blob: 3283079c0f0704b530a5f442a6544c17f7eb2f24 (
plain)
1
2
3
4
5
6
7
8
|
# Sample environment variables for Codai
# Copy this file to ~/.config/codai/codai.env and edit it with your keys
# Your API key for the chat service
export CHAT_API_KEY="your_chat_api_key"
# Your API key for embeddings service (optional, for RAG)
export EMBEDDINGS_API_KEY="your_embeddings_api_key"
|