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
+10
View File
@@ -0,0 +1,10 @@
# LLM API Configuration
# 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=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