-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfazai.conf.example
More file actions
executable file
·41 lines (33 loc) · 1.44 KB
/
fazai.conf.example
File metadata and controls
executable file
·41 lines (33 loc) · 1.44 KB
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
35
36
37
38
39
40
41
# FazAI Configuration File
# Copy this file to fazai.conf and fill with your credentials
# Anthropic Claude API Key (get from https://console.anthropic.com)
# ANTHROPIC_API_KEY=sk-ant-api03-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# OpenAI API Key (get from https://platform.openai.com/api-keys)
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Ollama Base URL (for local LLM - default: http://localhost:11434)
# Configure this if you have Ollama running on another server
# OLLAMA_BASE_URL=http://192.168.1.100:11434
# OLLAMA_BASE_URL=http://localhost:11434
# MCP Context7 integration (optional)
# Provide either an HTTP endpoint or a CLI command
# MCP_CONTEXT7_URL=https://context7.com/api/v1/search
# MCP_CONTEXT7_URL=http://localhost:7700/context7/search
# MCP_CONTEXT7_COMMAND=context7 --json --query "{query}"
# MCP_CONTEXT7_API_KEY=seu_token_opcional
# Web search fallback provider (currently DuckDuckGo)
# WEB_SEARCH_PROVIDER=duckduckgo
# Vector store integration (Qdrant or Milvus/Zilliz)
# VECTOR_PROVIDER=qdrant
# VECTOR_DIMENSION=1536
# VECTOR_DISTANCE=cosine
# QDRANT_URL=http://localhost:6333
# QDRANT_API_KEY=coloque_seu_token
# MILVUS_ADDRESS=localhost:19530
# MILVUS_USERNAME=root
# MILVUS_PASSWORD=Milvus
# MILVUS_SSL=false
# MILVUS_TOKEN=token_opcional_para_zilliz
# Disable research if running offline (set to true/1)
# FAZAI_DISABLE_RESEARCH=true
# Custom path for this config file (helpful for global installs)
# FAZAI_CONFIG_PATH=/etc/fazai/fazai.conf