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:
parent
b20ea70089
commit
76ed952aa2
2 changed files with 42 additions and 6 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue