Первоначальный коммит

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
poignatov-home
2026-02-08 17:01:36 +03:00
commit bad198ce29
217 changed files with 57075 additions and 0 deletions

12
play-life-llm/env.example Normal file
View File

@@ -0,0 +1,12 @@
# Ollama API base URL (default: http://localhost:11434)
# For Docker on Mac/Windows use: http://host.docker.internal:11434
OLLAMA_HOST=http://localhost:11434
# Tavily API key for web search (required when model uses web_search tool)
TAVILY_API_KEY=
# HTTP server port (default: 8090)
PORT=8090
# Default Ollama model (default: llama3.1:70b)
OLLAMA_MODEL=llama3.1:70b