-
Notifications
You must be signed in to change notification settings - Fork 2
Anita AI Configuration
Ars Paradox edited this page May 16, 2025
·
1 revision
- Navigate to your
Documentsfolder - Look for the
anita-cmsdirectory
- If
config.jsondoesn't exist yet:- Open Asta editor
- Try using any AI feature (like "Improve this text")
- It will generate the config file automatically
Choose any compatible service:
- Cloud Providers: OpenAI, Anthropic, etc.
- Local AI: Ollama, KoboldCPP (must support OpenAI-compatible API)
Edit config.json with these essentials:
{
"system_note": "You are a friendly AI Assistant, Do as you are instructed to",
"ai_endpoint": "https://llm.chutes.ai/v1",
"base_llm": "deepseek-ai/DeepSeek-V3-0324",
"temperature": 0.5,
"ai_key": "Your API Key"
}💡 The
system_promptfield is just a fallback - Asta and Aina use their own optimized prompts!
- Save the file
- Return to Asta editor (no restart needed)
- AI features will now work!
We're building a proper UI for these settings so you won't need to edit JSON manually. Until then, think of this as your secret hacker mode 😉