Skip to content
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

Wrong invocation of prem-service chat #503

Closed
sekulicd opened this issue Nov 7, 2023 · 1 comment
Closed

Wrong invocation of prem-service chat #503

sekulicd opened this issue Nov 7, 2023 · 1 comment

Comments

@sekulicd
Copy link
Contributor

sekulicd commented Nov 7, 2023

Prem-App is sending request to chat prem-service's on wrong path:

Before dns it is sending it to:
http://{IP}/v1/chat/completions
and it should send on:
http://{IP}/gpt4all-lora-q4/v1/chat/completions

After dns is created it is sending to:
https://{DOMAIN}/v1/chat/completions
and it should send on:
https://gpt4all-lora-q4.{DOMAIN}/v1/chat/completions

@tiero

@sekulicd sekulicd changed the title Wrong invoking prem-service chat Wrong invocation of prem-service chat Nov 7, 2023
@tiero
Copy link
Contributor

tiero commented Nov 7, 2023

Duplicate issue of #474

@tiero tiero closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants