Update config/config.yaml
Browse files- config/config.yaml +3 -3
config/config.yaml
CHANGED
@@ -9,12 +9,12 @@
|
|
9 |
## If the official OPENAI_BASE_URL is not available, we recommend using the [openai-forward](https://github.com/beidongjiedeguang/openai-forward).
|
10 |
## Or, you can configure OPENAI_PROXY to access official OPENAI_BASE_URL.
|
11 |
# OPENAI_BASE_URL: "https://api.openai.com/v1"
|
12 |
-
OPENAI_BASE_URL: "https://api.
|
13 |
#OPENAI_PROXY: "http://127.0.0.1:8118"
|
14 |
#OPENAI_API_KEY: "YOUR_API_KEY" # set the value to sk-xxx if you host the openai interface for open llm model
|
15 |
-
OPENAI_API_KEY: "
|
16 |
# set the value to sk-xxx if you host the openai interface for open llm model
|
17 |
-
OPENAI_API_MODEL: "
|
18 |
# OPENAI_API_MODEL: "gpt-4-1106-preview"
|
19 |
MAX_TOKENS: 4096
|
20 |
RPM: 10
|
|
|
9 |
## If the official OPENAI_BASE_URL is not available, we recommend using the [openai-forward](https://github.com/beidongjiedeguang/openai-forward).
|
10 |
## Or, you can configure OPENAI_PROXY to access official OPENAI_BASE_URL.
|
11 |
# OPENAI_BASE_URL: "https://api.openai.com/v1"
|
12 |
+
OPENAI_BASE_URL: "https://api.moonshot.cn/v1"
|
13 |
#OPENAI_PROXY: "http://127.0.0.1:8118"
|
14 |
#OPENAI_API_KEY: "YOUR_API_KEY" # set the value to sk-xxx if you host the openai interface for open llm model
|
15 |
+
OPENAI_API_KEY: "sk-r1PldmUDgOjmM18SItroyBrKyBRzDENYsTCVkyQnZWZ7VxWJ"
|
16 |
# set the value to sk-xxx if you host the openai interface for open llm model
|
17 |
+
OPENAI_API_MODEL: "moonshot-v1-8k"
|
18 |
# OPENAI_API_MODEL: "gpt-4-1106-preview"
|
19 |
MAX_TOKENS: 4096
|
20 |
RPM: 10
|