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 openai package for Python recognizes an environment variable, OPENAI_API_KEY, and will get the key from that if set. I recommend implementing that.
You might consider using the openai package to handle all the API calls to chatGPT because of the simplification and you'll get the environment variable thing for free.
What's really intriguing is could chatGPT more directly help you figure out the bug by strategizing on a solution.
The text was updated successfully, but these errors were encountered:
The openai package for Python recognizes an environment variable, OPENAI_API_KEY, and will get the key from that if set. I recommend implementing that.
You might consider using the openai package to handle all the API calls to chatGPT because of the simplification and you'll get the environment variable thing for free.
What's really intriguing is could chatGPT more directly help you figure out the bug by strategizing on a solution.
The text was updated successfully, but these errors were encountered: