llama-stack-apps
llama-stack-apps copied to clipboard
404 NOT Found!
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?