Hi, I was wondering if it is possible to enable OAuth login for authentication instead of relying strictly on an API Key?
I attempted to follow the [authentication documentation](https://github.com/QwenLM/qwen-code-action/blob/main/docs/authentication.md)
but despite setting qwen_code_assist: true, the action fails with the following warning/error:
Warning: No API key provided. Please provide 'openai_api_key'.
Is logging with OAuth supported?
Hi, I was wondering if it is possible to enable OAuth login for authentication instead of relying strictly on an API Key?
I attempted to follow the [authentication documentation](https://github.com/QwenLM/qwen-code-action/blob/main/docs/authentication.md)
but despite setting
qwen_code_assist: true, the action fails with the following warning/error:Is logging with OAuth supported?