From d09f9f8ac438ca7cd2ca4935a85bb0b50cfb59d6 Mon Sep 17 00:00:00 2001 From: veguAI <152010387+vegu-ai-tools@users.noreply.github.com> Date: Fri, 31 May 2024 13:23:40 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32de6338..4342b141 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ 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/) +- [TabbyAPI](https://github.com/theroyallab/tabbyAPI/) Generic OpenAI api implementations (tested and confirmed working): - [DeepInfra](https://deepinfra.com/) @@ -39,7 +40,7 @@ Generic OpenAI api implementations (tested and confirmed working): # Instructions -Please read the documents in the `docs` folder for more advanced configuration and usage. +:warning: This software is in early stages of development. Certain aspects may be unpolished and highly experimental. - [Quickstart](#quickstart) - [Installation](#installation) @@ -64,6 +65,8 @@ Please read the documents in the `docs` folder for more advanced configuration a - [Runpod Integration](docs/runpod.md) - [Prompt template overrides](docs/templates.md) +Please read the documents in the `docs` folder for more advanced configuration and usage. + # Quickstart ## Installation