mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-19 10:08:14 +00:00
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:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user