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
Is your feature request related to a problem? Please describe
I'm using LLM Studio with port forwarding on a cloud instance. The dynamically generated link to access localhost:10101 varies for each run. Currently, I need to
Start the instance
Manually copy the link that forwards 10101
Log into the cloud instance
Set export H2O_WAVE_ALLOWED_ORIGINS="https://..." (note that the link needs to be without / at the end, this took me a while to figure out. Maybe trailing / can be removed automatically?)
Start wave
Describe the solution you'd like
I'd like to use export H2O_WAVE_ALLOWED_ORIGINS="*" to be able to circumvent the process described above (define a dockerfile that will be executed automatically when the instance starts).
This is analogous to jupyter which uses --NotebookApp.allow_origin='*'.
Describe alternatives you've considered
See steps 1-5 above
Additional context
This issue has been mentioned several times for h2o-llm-studio, see e.g. here
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
I'm using LLM Studio with port forwarding on a cloud instance. The dynamically generated link to access localhost:10101 varies for each run. Currently, I need to
Describe the solution you'd like
I'd like to use
export H2O_WAVE_ALLOWED_ORIGINS="*"
to be able to circumvent the process described above (define a dockerfile that will be executed automatically when the instance starts).This is analogous to jupyter which uses
--NotebookApp.allow_origin='*'
.Describe alternatives you've considered
See steps 1-5 above
Additional context
This issue has been mentioned several times for h2o-llm-studio, see e.g. here
The text was updated successfully, but these errors were encountered: