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 42c59eb commit fa16d59Copy full SHA for fa16d59
src/openai.rs
@@ -71,5 +71,5 @@ impl OpenAI {
71
#[cfg(test)]
72
pub fn new_test_openai() -> OpenAI {
73
let auth = Auth::from_env().unwrap();
74
- OpenAI::new(auth, "https://api.openai.com/v1/").use_env_proxy().unwrap()
+ OpenAI::new(auth, "https://api.openai.com/v1/").use_env_proxy()
75
}
0 commit comments