From 60cb271e309faf102a8b0f3ec72185bc33c293b4 Mon Sep 17 00:00:00 2001 From: henk717 Date: Thu, 9 May 2024 23:22:57 +0200 Subject: [PATCH] List KoboldCpp as compatible (#104) KoboldCpp is a great fit for TaleMate, it supports fast local generations across a variety of machines including the cloud and is compatible with both text and image gen trough the OpenAI API, and A1111 API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c388a62..e57be5f0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Supported APIs: - [Google Gemini](https://console.cloud.google.com/) Supported self-hosted APIs: +- [KoboldCpp](https://koboldai.org/cpp) ([Local](https://koboldai.org/cpp), [Runpod](https://koboldai.org/runpodcpp), [VastAI](https://koboldai.org/vastcpp), also includes image gen support) - [oobabooga/text-generation-webui](https://github.com/oobabooga/text-generation-webui) (local or with runpod support) - [LMStudio](https://lmstudio.ai/)