/
githubmirror
/
ChatDev
Обзор
Документация
Войти
/
githubmirror
/
ChatDev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.2.0
.env.example
24 строки
978 B
Shu Yao
fix: `.env.example` gemini endpoint issue; demo_human.yaml config outdated issue; `requirements.txt` was not aligned with `pyproject.toml` issue.
23 фев 2026, 15:03
23 фев 2026, 15:03
5aaf235
Код
Авторство
О чём код?
# ============================================================================ # LLM Provider Configuration # ============================================================================ # BASE_URL and API_KEY are the standard configurations for model call authentication. # These variables support OpenAI, Gemini, LM Studio, Ollama, and other providers. BASE_URL=https://api.openai.com/v1 API_KEY=sk-your-openai-api-key-here # Example BASE_URL values: # - OpenAI: https://api.openai.com/v1 # - Gemini: https://generativelanguage.googleapis.com # - LM Studio: http://localhost:1234/v1 # - Ollama: http://localhost:11434/v1 # ============================================================================ # Optional: Web Search and Reading Tools # ============================================================================ # SERPER_DEV_API_KEY=your-serper-api-key-here # Get from: https://serper.dev # JINA_API_KEY=your-jina-api-key-here # Get from: https://jina.ai