add rag test

This commit is contained in:
2026-06-12 10:57:45 +07:00
parent 5c5e3333a5
commit 3ebf6f450d
6 changed files with 1251 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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
# Optional: Custom base URL for OpenAI-compatible APIs
# LLM_BASE_URL=https://api.openai.com/v1
# Optional: Model name (default: gpt-4o-mini)
# LLM_MODEL=gpt-4o-mini