Skip to content

Commit e05a4f2

Browse files
mingchengCopilot
andauthored
Update src/openai.rs
Co-authored-by: Copilot <[email protected]>
1 parent 5f4dc40 commit e05a4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ impl OpenAI {
6464
let mut headers = HeaderMap::new();
6565
headers.insert("HTTP-Referer", HeaderValue::from_static(CMD_ABOUT_URL));
6666
headers.insert("X-Title", HeaderValue::from_static(CMD));
67-
headers.insert("X-Client", HeaderValue::from_static(CMD));
6867
headers.insert("X-Client-Type", HeaderValue::from_static("CLI"));
6968
headers
69+
7070
});
7171

7272
// Set up proxy if specified

0 commit comments

Comments
 (0)