-
Notifications
You must be signed in to change notification settings - Fork 573
Open
Description
How do I run the backend with a local Ollama server? I did not found it mentioned in the README. It only talks about GROK and ANTROPHIC, but nothing about ollama.
# Add environment file with API keys
# On macOS/Linux:
echo -e "ANTHROPIC_API_KEY=your_api_key\nGROQ_API_KEY=your_api_key" | tee .env
# On Windows (PowerShell):
"ANTHROPIC_API_KEY=your_api_key`nGROQ_API_KEY=your_api_key" | Out-File -FilePath .env -Encoding utf8
# Configure environment variables for Groq
# On macOS/Linux:
export GROQ_API_KEY=your_groq_api_key
# On Windows (PowerShell):
$env:GROQ_API_KEY="your_groq_api_key"
sujithatzackriya and ngduc
Metadata
Metadata
Assignees
Labels
No labels