From 3e4466227e663c2e7b7a2f845405cbdaf9399c22 Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:28:31 +0200 Subject: [PATCH] add prem --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0c66222..7f6dc3a 100644 --- a/readme.md +++ b/readme.md @@ -171,7 +171,11 @@ Default: `https://api.openai.com/v1` A server following OpenAI's Chat Completion API. -Many local proxies exist that implement this API in front of locally running LLMs like Llama 2. [LM Studio](https://lmstudio.ai/) is a good option. +Many local proxies exist that implement this API in front of locally running LLMs like Llama 2. + +Available options: +- [Prem App](https://premai.io/) +- [LM Studio](https://lmstudio.ai/) ```shell HUMANSCRIPT_API="http://localhost:1234/v1"