We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e3671 commit 7fd943cCopy full SHA for 7fd943c
async-openai/src/config.rs
@@ -84,7 +84,7 @@ impl Config for OpenAIConfig {
84
}
85
86
fn url(&self, path: &str) -> String {
87
- format!("{}{}", OPENAI_API_BASE, path)
+ format!("{}{}", self.api_base, path)
88
89
90
fn api_base(&self) -> &str {
0 commit comments