mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
Update .env
This commit is contained in:
parent
3e8ec0f497
commit
72a0c29b40
6
.env
6
.env
@ -18,9 +18,9 @@ GOOGLE_API_KEY=AIzaSyB2cqtEh-bPo1X_6CEgkFIYeibSUGr-ckM
|
||||
GOOGLE_URL=https://generativelanguage.googleapis.com/
|
||||
|
||||
# Override openai api request base url. (optional)
|
||||
# Default: https://api.openai.com
|
||||
Default: https://api.together.xyz/v1
|
||||
# Examples: http://your-openai-proxy.com
|
||||
BASE_URL=https://api.together.xyz/v1
|
||||
BASE_URL= https://api.together.xyz/v1
|
||||
|
||||
|
||||
# Specify OpenAI organization ID.(optional)
|
||||
@ -50,7 +50,7 @@ DISABLE_FAST_LINK=
|
||||
# (optional)
|
||||
# Default: Empty
|
||||
# To control custom , use + to add a custom model, use - to hide a model, use name=displayName to customize model name, separated by comma.
|
||||
CUSTOM_MODELS=+Meta-Llama-3-70B-Instruct-Turbo, deepseek-ai/deepseek-llm-67b-chat, stabilityai/stable-diffusion-2-1
|
||||
CUSTOM_MODELS=+Meta-Llama-3-70B-Instruct-Turbo, deepseek-ai/deepseek-llm-67b-chat
|
||||
|
||||
# (optional)
|
||||
# Default: Empty
|
||||
|
Loading…
Reference in New Issue
Block a user