Agent-LLM Docs
  • CONTRIBUTION
  • Building Prompts for Plugin System
  • Common Questions & Answers
  • Agent-LLM (Large Language Model)
  • concepts
    • Agents
    • Chains
    • Prompts
    • Providers
  • providers
    • BARD
    • BING
    • FASTCHAT
    • GPT4ALL
    • GPT4FREE
    • GPUGPT4ALL
    • HUGGINGCHAT
    • KOBOLD
    • LLAMACPP
    • OOBABOOGA
    • OPENAI
    • PALM
Powered by GitBook
On this page
  • AI Provider: Kobold
  • Quick Start Guide
  • Update your agent settings
  1. providers

KOBOLD

PreviousHUGGINGCHATNextLLAMACPP

Last updated 2 years ago

AI Provider: Kobold

Quick Start Guide

Note: AI_MODEL should stay default unless there is a folder in model-prompts specific to the model that you're using. You can also create one and add your own prompts.

Update your agent settings

  1. Set AI_MODEL to default or the name of the model from the model-prompts folder.

  2. Set AI_PROVIDER_URI to http://localhost:5050/api/v1, or the URI of your Kobold server.

Kobold
Agent-LLM