From 6ba95de6e617567c5ebb299e96b08a15fa5eada8 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Thu, 27 Mar 2025 18:58:40 +0100 Subject: [PATCH] udpate readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 724bf62..13fb73a 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ The table below show the available providers: |-----------|--------|-----------------------------------------------------------| | Ollama | Yes | Run LLMs locally with ease using ollama as a LLM provider | | Server | Yes | Host the model on another machine, run your local machine | +| LM studio | Yes | Run LLM locally with LM studio (set `provider_name` to `lm-studio`)| | OpenAI | No | Use ChatGPT API (non-private) | | Deepseek | No | Deepseek API (non-private) | | HuggingFace| No | Hugging-Face API (non-private) |