fix: update LMStudio endpoint from /health to /v1/models

- Replace health check endpoint with proper model listing endpoint
- Remove workaround that returned 200 for unexpected GET /v1/health
This commit is contained in:
haddadrm
2025-02-16 15:21:28 +04:00
parent b20ea70089
commit 76ed952aa2
2 changed files with 42 additions and 6 deletions

View File

@ -19,7 +19,7 @@ API_KEY = ""
API_URL = "" # Ollama API URL - http://host.docker.internal:11434
[MODELS.LMSTUDIO]
API_URL = "" # LM STUDIO API URL - http://host.docker.internal:1234/v1
API_URL = "" # LM STUDIO API URL - http://host.docker.internal:1234
[MODELS.CUSTOM_OPENAI]
API_KEY = ""