We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0934af6 commit 5f4dc40Copy full SHA for 5f4dc40
src/openai.rs
@@ -59,7 +59,7 @@ impl OpenAI {
59
60
// Set up HTTP client builder with default headers
61
let mut http_client_builder = ClientBuilder::new()
62
- .user_agent(format!("{}({})", CMD, CMD_ABOUT))
+ .user_agent(format!("{} ({})", CMD, CMD_ABOUT))
63
.default_headers({
64
let mut headers = HeaderMap::new();
65
headers.insert("HTTP-Referer", HeaderValue::from_static(CMD_ABOUT_URL));
0 commit comments