upd readme

This commit is contained in:
martin legrand
2025-04-16 22:36:11 +02:00
parent 1a2b790f2b
commit 3d1f42351f
3 changed files with 5 additions and 9 deletions
+1 -3
View File
@@ -115,7 +115,7 @@ provider_server_address = 127.0.0.1:11434
|-----------|--------|-----------------------------------------------------------|
| ollama | Yes | Run LLMs locally with ease using ollama as a LLM provider |
| lm-studio | Yes | Run LLM locally with LM studio (set `provider_name` to `lm-studio`)|
| openai | No | Use API compatible |
| openai | Yes | Use API compatible |
start all services :
@@ -218,8 +218,6 @@ ip a | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | cut -d/ -f1
Note: For Windows or macOS, use ipconfig or ifconfig respectively to find the IP address.
**If you wish to use openai based provider follow the *Run with an API* section.**
Clone the repository and enter the `server/`folder.