Spaces:
Runtime error
Runtime error
Update config/key.yaml
Browse files- config/key.yaml +5 -5
config/key.yaml
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
## The official OPENAI_API_BASE is https://api.openai.com/v1
|
6 |
## If the official OPENAI_API_BASE is not available, we recommend using the [openai-forward](https://github.com/beidongjiedeguang/openai-forward).
|
7 |
## Or, you can configure OPENAI_PROXY to access official OPENAI_API_BASE.
|
8 |
-
OPENAI_API_BASE: "https://api.
|
9 |
#OPENAI_PROXY: "http://127.0.0.1:8118"
|
10 |
-
OPENAI_API_KEY: "sk-
|
11 |
-
OPENAI_API_MODEL: "gpt-3.5-turbo-16k
|
12 |
MAX_TOKENS: 8192
|
13 |
RPM: 10
|
14 |
|
@@ -73,8 +73,8 @@ SD_T2I_API: "/sdapi/v1/txt2img"
|
|
73 |
CALC_USAGE: true
|
74 |
|
75 |
### for Research
|
76 |
-
MODEL_FOR_RESEARCHER_SUMMARY: gpt-3.5-turbo-16k
|
77 |
-
MODEL_FOR_RESEARCHER_REPORT: gpt-3.5-turbo-16k
|
78 |
|
79 |
### Meta Models
|
80 |
#METAGPT_TEXT_TO_IMAGE_MODEL: MODEL_URL
|
|
|
5 |
## The official OPENAI_API_BASE is https://api.openai.com/v1
|
6 |
## If the official OPENAI_API_BASE is not available, we recommend using the [openai-forward](https://github.com/beidongjiedeguang/openai-forward).
|
7 |
## Or, you can configure OPENAI_PROXY to access official OPENAI_API_BASE.
|
8 |
+
OPENAI_API_BASE: "https://cyrus-one-api.zeabur.app/v1"
|
9 |
#OPENAI_PROXY: "http://127.0.0.1:8118"
|
10 |
+
OPENAI_API_KEY: "sk-m7SLaFTue6JZcBoZ7922Da5367D14470A2Ec65282c1172Ee"
|
11 |
+
OPENAI_API_MODEL: "gpt-3.5-turbo-16k"
|
12 |
MAX_TOKENS: 8192
|
13 |
RPM: 10
|
14 |
|
|
|
73 |
CALC_USAGE: true
|
74 |
|
75 |
### for Research
|
76 |
+
MODEL_FOR_RESEARCHER_SUMMARY: gpt-3.5-turbo-16k
|
77 |
+
MODEL_FOR_RESEARCHER_REPORT: gpt-3.5-turbo-16k
|
78 |
|
79 |
### Meta Models
|
80 |
#METAGPT_TEXT_TO_IMAGE_MODEL: MODEL_URL
|