Mysticpui

Results 2 comments of Mysticpui

Hi @ajafry For example, I went into an issue that the Bot Framework connect initialize the login handshake with this url https://login.botframework.com/v1/.well-known/openidconfiguration The Bot Framework I am using is Node.js...

My environment is wsl2, win10, ubuntu. The `--apiKey` option flag doesn't work, but fine with the env method, Hope this help. ``` export OPENAI_API_KEY="sk-TODO" npx chatgpt "your prompt here" ```