Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down