-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 NOT Found! #59
Comments
The server running on |
Thank you~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after "llama distribution start --name ollama --port 5000 --disabled ipv6"
then I get
Serving POST /inference/batch_chat_completion
Serving POST /inference/batch_completion
Serving POST /inference/chat_completion
Serving POST /inference/completion
Serving POST /safety/run_shields
Serving POST /agentic_system/memory_bank/attach
Serving POST /agentic_system/create
Serving POST /agentic_system/session/create
Serving POST /agentic_system/turn/create
Serving POST /agentic_system/delete
Serving POST /agentic_system/session/delete
Serving POST /agentic_system/memory_bank/detach
Serving POST /agentic_system/session/get
Serving POST /agentic_system/step/get
Serving POST /agentic_system/turn/get
Listening on 0.0.0.0:5000
INFO: Started server process [293531]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:5000 (Press CTRL+C to quit)
INFO: 127.0.0.1:47696 - "GET /?vscodeBrowserReqId=1725413273912 HTTP/1.1" 404 Not Found
without "--disabled ipv6" is the same output
Has anyone encountered this situation?
The text was updated successfully, but these errors were encountered: