Skip to content

Setup & Configuration

Welcome to Askimo Desktop! This guide will help you set up the application and configure AI providers including OpenAI, Anthropic Claude, Google Gemini, xAI, and local models via Ollama.

After installing Askimo Desktop, launch the application. On first run, you’ll need to configure your AI provider to start using the app.

  1. ✅ Launch Askimo Desktop
  2. ✅ Choose an AI provider
  3. ✅ Configure API key or local server
  4. ✅ Test connection
  5. ✅ Start your first conversation

AI Provider Settings
  1. Click on the menu bar
  2. Select “Settings”
  3. Navigate to the “AI Providers” tab
  • macOS: ⌘ + , then click “AI Providers”
  • Windows/Linux: Ctrl + , then click “AI Providers”

Select AI Provider
  • API Key: Your OpenAI API key (required)
  • Organization ID: (Optional) For team accounts
  • Default Model: Choose from:
    • gpt-4o - Most capable, multimodal
    • gpt-4o-mini - Fast and affordable
    • gpt-3.5-turbo - Legacy, cost-effective
  • Base URL: (Advanced) Custom endpoint for proxies
    • Default: https://api.openai.com/v1
  • Timeout: Request timeout in seconds (default: 60s)
  1. Visit OpenAI Platform
  2. Sign in or create an account
  3. Click “Create new secret key”
  4. Copy the key (you won’t see it again!)
  5. Paste it into Askimo’s OpenAI API Key field
  6. Click “Test Connection” to verify

Once you’ve configured at least one provider, you’re ready to start!

  1. Click “New Chat” or press ⌘/Ctrl + N
  2. Type your first message in the input area
  3. Press Enter to send

General Questions:

Give me ideas for the trip to San Francisco next week

Code Assistance:

Can you help me write a Python function to calculate fibonacci numbers?

Writing Help:

Help me write a professional email to request time off

DevOps Tasks:

Explain how to set up a CI/CD pipeline with GitHub Actions