feat: +LLM_TYPE: OpenAI

This commit is contained in:
莘权 马 2023-09-20 11:37:33 +08:00
parent 2350877428
commit 49f55ad374

View file

@ -11,6 +11,7 @@ OPENAI_API_BASE: "https://api.openai.com/v1"
OPENAI_API_MODEL: "gpt-4"
MAX_TOKENS: 1500
RPM: 10
LLM_TYPE: OpenAI
#### if Anthropic
#Anthropic_API_KEY: "YOUR_API_KEY"