Use the correct env var LLM_KEY instead of LLM_MODEL (#98)

This commit is contained in:
Kerem Yilmaz
2024-03-17 20:27:44 -07:00
committed by GitHub
parent d1de19556e
commit 084c1a2d5b
3 changed files with 14 additions and 4 deletions

View File

@@ -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".