Skip to content

Anita AI Configuration

Ars Paradox edited this page May 16, 2025 · 1 revision

🔧 Configuring AI Settings

For Windows Installer Users

  1. Navigate to your Documents folder
  2. Look for the anita-cms directory
    Windows Install Location

Creating Your Config File

  • If config.json doesn't exist yet:
    1. Open Asta editor
    2. Try using any AI feature (like "Improve this text")
    3. It will generate the config file automatically
      Auto-generated Config

AI Provider Options

Choose any compatible service:

  • Cloud Providers: OpenAI, Anthropic, etc.
  • Local AI: Ollama, KoboldCPP (must support OpenAI-compatible API)

Minimal Required Settings

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_prompt field is just a fallback - Asta and Aina use their own optimized prompts!

After Configuration

  • Save the file
  • Return to Asta editor (no restart needed)
  • AI features will now work!

⚠️ Coming Soon!

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 😉

Clone this wiki locally