-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Despite configuring a local AI service as http://127.0.0.1:9000, the extension connects to the provided IP but ignores protocol and port by trying to connect on port 443
To Reproduce
Steps to reproduce the behavior:
- choose as AI Provider the Custom Endpoint
- provide API Endpoint as http://127.0.0.1:9000/v1/chat/completion
- provide APIKEY
- save settings
- try to use the chat assistant
- see the error message: Error: connect ECONNREFUSED 127.0.0.1:443
Expected behavior
A connection attempt on port 9000 without SSL
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Arch Linux
- VSCodium: 1.108..20787
- PgStudio: 0.8.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working