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
The issue is caused by the _is_placeholder_openai_key method in the llm_parser.py , which validates whether the API key starts with "sk-". As a workaround, I locally modified the return value to False to bypass this check.
The issue is caused by the
_is_placeholder_openai_keymethod in the llm_parser.py , which validates whether the API key starts with "sk-". As a workaround, I locally modified the return value to False to bypass this check.