You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new server looks to be redirecting external requests to routes on the UI instead of responding from the API directly. On trying to call it from SillyTavern I got a connection error, which I was able to reproduce using curl.
The old server still works without issue.
Version
llamafile 0.9
What operating system are you seeing the problem on?
Linux
Relevant log output
2025-01-06T12:42:39.401189 llamafile/server/listen.cpp:41 server listen http://127.0.0.1:8080
2025-01-06T12:42:53.720732 llamafile/server/client.cpp:679 45058 GET /v1/models
2025-01-06T12:42:53.720774 llamafile/server/client.cpp:736 45058 path not found: /zip/www/v1/models
2025-01-06T12:42:53.720780 llamafile/server/client.cpp:320 45058 error 404 Not Found
The text was updated successfully, but these errors were encountered:
Contact Details
No response
What happened?
The new server looks to be redirecting external requests to routes on the UI instead of responding from the API directly. On trying to call it from SillyTavern I got a connection error, which I was able to reproduce using
curl
.The old server still works without issue.
Version
llamafile 0.9
What operating system are you seeing the problem on?
Linux
Relevant log output
The text was updated successfully, but these errors were encountered: