862e6b7b25
Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
841 B
Bash
26 lines
841 B
Bash
# Секреты и переопределения для llm.config.yaml
|
|
# Скопируйте в .env и заполните значения
|
|
|
|
# Внешняя LLM (OpenAI-совместимый API)
|
|
VKUS_LLM_ENABLED=true
|
|
VKUS_LLM_API_URL=https://openrouter.ai/api/v1/chat/completions
|
|
VKUS_LLM_MODEL=google/gemma-4-26b-a4b-it
|
|
VKUS_LLM_API_KEY=your-openrouter-api-key
|
|
|
|
VKUS_LLM_TIMEOUT_SEC=45
|
|
VKUS_LLM_MAX_TOKENS=800
|
|
VKUS_LLM_TEMPERATURE=0.2
|
|
|
|
|
|
#LLM_ENABLED=true
|
|
#LLM_API_URL=https://openrouter.ai/api/v1/chat/completions
|
|
#LLM_API_KEY=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
|
|
#LLM_MODEL=google/gemma-4-26b-a4b-it
|
|
#LLM_TIMEOUT_SEC=30
|
|
#LLM_MAX_TOKENS=800
|
|
#LLM_TEMPERATURE=0.2
|
|
|
|
|
|
# Временный локальный RAG в backend (для тестирования витрины)
|
|
VKUS_RAG_LOCAL_ENABLED=true
|