-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.aicli.conf
More file actions
34 lines (29 loc) · 875 Bytes
/
sample.aicli.conf
File metadata and controls
34 lines (29 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# AI CLI Configuration Sample
# Environment variables prefixed with AICLI_ override file values.
# Example: AICLI_API_KEY=your_key AICLI_MODEL=gpt-4 ai-cli
# Copy this file to ~/.aicli.conf and update with your actual values
# AI Provider Configuration (Required)
# For Google Gemini:
API_BASE_URL=https://generativelanguage.googleapis.com
API_VERSION=v1beta
MODEL=gemini-2.5-flash
API_KEY=your_gemini_api_key_here
# For OpenAI (uncomment and modify):
# API_BASE_URL=https://api.openai.com
# API_VERSION=v1
# MODEL=gpt-4
# API_KEY=sk-your_openai_api_key_here
# For Local LLM/Ollama (uncomment and modify):
# API_BASE_URL=http://localhost:11434
# API_VERSION=v1
# MODEL=llama3
# API_KEY=
# SMTP Configuration (Optional)
SMTP_SERVER_IP=localhost
SMTP_USERNAME=
SMTP_PASSWORD=
DESTINATION_EMAIL=
SENDER_EMAIL=
# Search APIs (Optional)
TAVILY_API_KEY=
ALPHA_VANTAGE_API_KEY=