Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
Rickard Edén edited this page Jul 13, 2023 · 3 revisions

Welcome to the KoboldCpp-SuperAGI wiki!

To run this with KoboldCpp back end:

  1. Change config_template.yaml to config.yaml

  2. In config.yaml, set BACKEND to "KoboldCpp"

  3. In config.yaml, set CUSTOM_ENDPOINT to "/api/v1/generate?" (no streaming supported, yet)

  4. In config.yaml, set OPENAI_API_BASE to "http://0.0.0.0:5001" (or whichever port you're running kobolcpp on)

  5. Launch KoboldCpp backen as usual.

  6. Launch SuperAGI.

  7. Done. Best of luck!

Clone this wiki locally