.env.example•460 B
# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key_here
OPENAI_MODELS=gpt-3.5-turbo,gpt-4,gpt-4-turbo-preview
# HuggingFace Configuration
HUGGINGFACE_API_KEY=your_huggingface_api_key_here
HUGGINGFACE_MODELS=meta-llama/Llama-2-7b-chat-hf,meta-llama/Llama-2-13b-chat-hf
# GGML Configuration (local paths to model files)
GGML_MODELS=/path/to/model1.gguf,/path/to/model2.gguf
# Note: Ollama models are automatically detected and don't need configuration