manual edit rag_app

This commit is contained in:
2026-06-12 22:19:53 +07:00
parent 3ebf6f450d
commit 510e0e4994
2 changed files with 18 additions and 10 deletions
+5 -9
View File
@@ -1,14 +1,10 @@
# LLM API Configuration
# Get your API key from:
# - OpenAI: https://platform.openai.com/api-keys
# - Together.ai: https://api.together.xyz/settings/api-keys
# - Groq: https://console.groq.com/keys
# - Or any OpenAI-compatible API
OPENAI_API_KEY=your_api_key_here
# Get your API key from https://platform.openai.com/api-keys
# Or use any OpenAI-compatible API (e.g., Together.ai, Groq, etc.)
OPENAI_API_KEY=sk-QHX7EZodq0EBuJyRX
# Optional: Custom base URL for OpenAI-compatible APIs
# LLM_BASE_URL=https://api.openai.com/v1
LLM_BASE_URL=http://192.168.88.5:8317/v1
# Optional: Model name (default: gpt-4o-mini)
# LLM_MODEL=gpt-4o-mini
LLM_MODEL=gpt-5.4-mini