add gemeni pro support (#1307)
This commit is contained in:
@@ -33,6 +33,11 @@ AZURE_GPT4O_MINI_API_KEY=""
|
||||
AZURE_GPT4O_MINI_API_BASE=""
|
||||
AZURE_GPT4O_MINI_API_VERSION=""
|
||||
|
||||
# ENABLE_GEMINI: Set to true to enable Gemini as a language model provider.
|
||||
ENABLE_GEMINI=false
|
||||
# GEMINI_API_KEY: Your Gemini API key for accessing models like GPT-4.
|
||||
GEMINI_API_KEY=""
|
||||
|
||||
# LLM_KEY: The chosen language model to use. This should be one of the models
|
||||
# provided by the enabled LLM providers (e.g., OPENAI_GPT4_TURBO, OPENAI_GPT4V, ANTHROPIC_CLAUDE3, AZURE_OPENAI_GPT4V).
|
||||
LLM_KEY=""
|
||||
|
||||
Reference in New Issue
Block a user