> For the complete documentation index, see [llms.txt](https://agent-llm.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agent-llm.gitbook.io/docs/providers/kobold.md).

# KOBOLD

## AI Provider: Kobold

* [Kobold](https://github.com/KoboldAI/KoboldAI-Client)
* [Agent-LLM](https://github.com/Josh-XT/Agent-LLM)

## 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.
