You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/site/docs/en/model-provider.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Some advanced configs are also supported. Usually you don't need to use them.
43
43
|------|-------------|
44
44
|`OPENAI_USE_AZURE`| Optional. Set to "true" to use Azure OpenAI Service. See more details in the following section. |
45
45
|`MIDSCENE_OPENAI_INIT_CONFIG_JSON`| Optional. Custom JSON config for OpenAI SDK initialization |
46
-
|`MIDSCENE_OPENAI_HTTP_PROXY`| Optional. HTTP/HTTPS proxy configuration (e.g. "http://127.0.0.1:8080" or "https://proxy.example.com:8080"). This option has higher priority than `MIDSCENE_OPENAI_SOCKS_PROXY`|
46
+
|`MIDSCENE_OPENAI_HTTP_PROXY`| Optional. HTTP/HTTPS proxy configuration (e.g. `http://127.0.0.1:8080` or `https://proxy.example.com:8080`). This option has higher priority than `MIDSCENE_OPENAI_SOCKS_PROXY`|
|`MIDSCENE_PREFERRED_LANGUAGE`| Optional. The preferred language for the model response. The default is `Chinese` if the current timezone is GMT+8 and `English` otherwise. |
49
49
|`OPENAI_MAX_TOKENS`| Optional. Maximum tokens for model response |
0 commit comments