mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
Give OPENAI_API_BASE a default value.
This commit is contained in:
parent
7526d59b79
commit
c73f83daa6
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@
|
|||
# The configuration of key.yaml has a higher priority and will not enter git
|
||||
|
||||
#### if OpenAI
|
||||
|
||||
#OPENAI_API_KEY: "YOUR_API_KEY"
|
||||
#OPENAI_API_BASE: "YOUR_API_BASE"
|
||||
## You can get OPENAI_API_BASE url from https://github.com/beidongjiedeguang/openai-forward
|
||||
OPENAI_API_BASE: "https://api.openai-forward.com/v1"
|
||||
#OPENAI_PROXY: "http://127.0.0.1:8118"
|
||||
#OPENAI_API_KEY: "YOUR_API_KEY"
|
||||
OPENAI_API_MODEL: "gpt-4"
|
||||
MAX_TOKENS: 1500
|
||||
RPM: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue