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
When attempting to set the dangerouslyAllowBrowser: true option in llmConfig under clientOptions, the expected behavior of bypassing CORS issues does not occur. This requires the use of additional tools like a proxy or disabling web security in the browser to make the calls work locally.
Describe the Bug
When attempting to set the
dangerouslyAllowBrowser: true
option inllmConfig
underclientOptions
, the expected behavior of bypassing CORS issues does not occur. This requires the use of additional tools like a proxy or disabling web security in the browser to make the calls work locally.KaibanJS Team Config
Steps to Reproduce
Current vs. Expected behavior
Current Behavior: Calls to LLM providers fail due to CORS restrictions, even when
dangerouslyAllowBrowser: true
is set inllmConfig
.Expected Behavior: The
dangerouslyAllowBrowser
setting should allow bypassing CORS restrictions, as documented.Environment
The text was updated successfully, but these errors were encountered: