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 5f4dc40 commit e05a4f2Copy full SHA for e05a4f2
src/openai.rs
@@ -64,9 +64,9 @@ impl OpenAI {
64
let mut headers = HeaderMap::new();
65
headers.insert("HTTP-Referer", HeaderValue::from_static(CMD_ABOUT_URL));
66
headers.insert("X-Title", HeaderValue::from_static(CMD));
67
- headers.insert("X-Client", HeaderValue::from_static(CMD));
68
headers.insert("X-Client-Type", HeaderValue::from_static("CLI"));
69
headers
+
70
});
71
72
// Set up proxy if specified
0 commit comments