We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afa3fa commit f00d936Copy full SHA for f00d936
gpt_cmd.py
@@ -77,6 +77,7 @@ def red(text):
77
return ansi.color_text(text, ansi._red)
78
79
def call_gpt(messages):
80
+ global OPENAI_CLIENT
81
if OPENAI_CLIENT is None:
82
OPENAI_CLIENT = OpenAI(api_key=read_file(OPTIONS['token_file_path']))
83
0 commit comments