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 d1f66a7 commit eeb786aCopy full SHA for eeb786a
src/v1/api.rs
@@ -65,7 +65,7 @@ pub struct OpenAIClientBuilder {
65
headers: Option<HeaderMap>,
66
}
67
68
-#[derive(Debug)]
+#[derive(Debug, Clone)]
69
pub struct OpenAIClient {
70
api_endpoint: String,
71
api_key: Option<String>,
0 commit comments