JSAV commited on
Commit
25f2dd1
1 Parent(s): 49c4fcd

Update ChatResponse.py

Browse files
Files changed (1) hide show
  1. ChatResponse.py +1 -1
ChatResponse.py CHANGED
@@ -1,7 +1,7 @@
1
  import openai
2
  import os
3
 
4
- openai.api_key = os.environ["OPEN_AI_API_KEY"]
5
 
6
  # ChatGPT completion
7
  llm_name = "gpt-3.5-turbo"
 
1
  import openai
2
  import os
3
 
4
+ openai.api_key = os.environ["OPENAI_API_KEY"]
5
 
6
  # ChatGPT completion
7
  llm_name = "gpt-3.5-turbo"