gpt-omni / mini-omni

open-source multimodal large language model that can hear, talk while thinking. Featuring real-time end-to-end speech input and streaming audio output conversational capabilities.
https://arxiv.org/abs/2408.16725
MIT License
3.04k stars 269 forks source link

Start server but got 404 error #40

Closed irrikrlla closed 1 month ago

irrikrlla commented 1 month ago

image After model-loading, I got a 404 error. What happened?

mini-omni commented 1 month ago

hi, which demo you run? streamlit or gradio? I think the problem maybe you use GET method, and server starts with POST method. Use example: https://github.com/gpt-omni/mini-omni/blob/main/webui/omni_streamlit.py#L127

pli2014 commented 1 month ago

OmniChatServer code in the server.py, which use a post method for /chat api