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
tiero
changed the title
browser: when domain is NOT set the Chat playground make the request to wrong path endpoint
browser: when domain is NOT set the Chat makes the request to wrong path
Nov 3, 2023
tiero
changed the title
browser: when domain is NOT set the Chat makes the request to wrong path
browser: when domain is NOT playgrounds make the request to wrong path
Nov 3, 2023
tiero
changed the title
browser: when domain is NOT playgrounds make the request to wrong path
browser: playgrounds make the request to wrong path
Nov 3, 2023
When testing in localhost with docker-compose, it seems to not take into account localhost, and default to the IP address of my home router LAN.
This is only helpful for development, so not sure if we need to add extra rule in frontend to check for localhost to not consider whatever the daemon is returning to us
I am using browser with gateway and domain NOT set
Chat
It's doing a POST to
/v1/chat/completions
instead it should have been/llama-2-13b-chat/v1/chat/completions
Also, the playground URL is undefined in the bar
Image
/prem-image/stable-diffusion-xl/undefined/v1/images/generations
instead of
/stable-diffusion-xl/v1/images/generations
The text was updated successfully, but these errors were encountered: