Use the correct env var LLM_KEY instead of LLM_MODEL (#98)
This commit is contained in:
@@ -23,9 +23,9 @@ AZURE_API_BASE=""
|
||||
# AZURE_API_VERSION: The version of Azure's API to use.
|
||||
AZURE_API_VERSION=""
|
||||
|
||||
# LLM_MODEL: The chosen language model to use. This should be one of the models
|
||||
# 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_MODEL=""
|
||||
LLM_KEY=""
|
||||
|
||||
# Web browser configuration for scraping:
|
||||
# BROWSER_TYPE: Can be either "chromium-headless" or "chromium-headful".
|
||||
|
||||
Reference in New Issue
Block a user