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
But when I try to put it as API_URL I keep getting network error message in logs
Access to XMLHttpRequest at 'http://***111/v1/audio/transcriptions' from origin 'app://obsidian.md' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Thing that confuses me is the error message contain no port info. Is it normal?
I've tried putting all cersions:
http://***.111:80/v1/audio/transcriptions
http://***.111:80/v1
http://***.111:80
Non of them proved to be working
I saw in other issues (i.e. #2) that changing endpoint works well.
What I'm doing wrong?
The text was updated successfully, but these errors were encountered:
Hi!
I have my own openai compatible endpoint that works fine in all my programs
i.e. in python:
So endpoint works fine.
But when I try to put it as API_URL I keep getting network error message in logs
Thing that confuses me is the error message contain no port info. Is it normal?
I've tried putting all cersions:
http://***.111:80/v1/audio/transcriptions
http://***.111:80/v1
http://***.111:80
Non of them proved to be working
I saw in other issues (i.e. #2) that changing endpoint works well.
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: