Merge pull request #49 from iorisa/feature/llm_type

feat: +LLM_TYPE: OpenAI
This commit is contained in:
Guess 2023-09-20 11:48:48 +08:00 committed by GitHub
commit 58631ca0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"