1
2
3
4
pub mod chat;
pub mod embeddings;

const API_BASE_URL: &str = "https://api.openai.com/v1";