containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
104 stars 106 forks source link

Lots of 404 when running playground #52

Closed lstocchi closed 7 months ago

lstocchi commented 7 months ago

@MichaelClifford i see a lot of calls fialing wiht 404. Is it expected? image

MichaelClifford commented 7 months ago

Is the playground working otherwise @lstocchi ?

But no I would not expect to see this output on all those different ports.

Can you add some more context of what you are doing to produce these logs?

lstocchi commented 7 months ago

The playground was working fine bc i was testing the chatbot and it responded correctly. Now I tried to look at the logs of the model service when using the summarizer (i was testing https://github.com/redhat-et/locallm/pull/53) and it doesn't happen. SO not sure if it's a problem with the chatbot or the modelservice check fixes something. I'll try again after we merge some PRs here like #41 and i'll update this issue if i see it again.

MichaelClifford commented 7 months ago

the model service check should not really affect the playground at all. Those changes are only in the ai_application code.

This looks to me like something is trying to hit the model service but giving it bad URLs. Is there anything else in the way the playground is run within AI-studio that would be sending GET requests to it?

lstocchi commented 7 months ago

Not able to replicate after switching ai-studio to the new langchain apps. Maybe some PR merged in the meantime fixed it🤷‍♂️