KoboldCpp Client
This requires you to have a KoboldCpp instance running
If you do not have a KoboldCpp instance running, you can follow their setup instructions in their GitHub repository.
Support for KoboldCpp's image generation
If your KoboldCpp instance loads a stable diffusion model via Automatic1111 the Visual Agent will be automatically configured to use it - unless its already configured to use another backend.
If you want to add an KoboldCpp client, change the Client Type
to KoboldCpp
.
Should work out of the box with a local KoboldCpp instance
The default values should work with a local KoboldCpp instance if you have followed their setup instructions and are running the server on the default port.
Click Save
to add the client.
Ready to use
Once it is added, the client should appear in the clients list and should display the currently loaded model.
Settings
Client Name
A unique name for the client that makes sense to you.
API Url
The URL of your KoboldCpp instance, without any path. For example, http://localhost:5000
.
Use the OpenAI abstraction
Talemate supports both their OpenAI api abstraction and their United api. It will default to the United api.
To use the OpenAI api, append /v1
to the URL. For example, http://localhost:5000/v1
.
API Key
If the KoboldCpp instance requires an API key, you can set it here.
Context Length
The number of tokens to use as context when generating text. Defaults to 8192
.
Common issues
Generations are weird / bad
Make sure the correct prompt template is assigned.
Could not connect
This means that either your KoboldCpp instance is not running, the url is incorrect, or the connection is somehow blocked. (For example, by a firewall)