-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cannot use the baml playground and a local client while connected to a machine via ssh #1342
Comments
Try changing vscode settings: baml.enablePlaygroundProxy = false |
HI @aaronvg thanks for getting back to me, I've just tried this now and it hasn't worked, with what seems to be the same error message
|
Did you set the OLLAMA_ORIGINS=* env var? Theres a var that allows ollama to bypass cors |
I am experience exactly the same situation. Starting Ollama with
didn't help. |
If you join our discord I'm happy to debug with you in our office hours with screenshare https://discord.com/invite/yzaTpQ3tdT |
From VS Code if I do
Remote-SSH: Connect to Host...
Then navigate to my baml folder and set the client to
Now pressing run in the playground gives this error
If I take the generated curl request
I can run this fine in my VS code (ssh) terminal, also if I open VS code up on the remote machine and try using the playground that works fine.
So this issue seems to be to do with BAML playground while in a VS SSH instance
The text was updated successfully, but these errors were encountered: