Ashar086 commited on
Commit
a284e58
·
verified ·
1 Parent(s): 3bf1d64

Update utils/openai_utils.py

Browse files
Files changed (1) hide show
  1. utils/openai_utils.py +1 -1
utils/openai_utils.py CHANGED
@@ -1,7 +1,7 @@
1
  import openai
2
 
3
  # Set your OpenAI API key
4
- openai.api_key = "your-openai-api-key"
5
 
6
  def call_openai(prompt, max_tokens=150):
7
  response = openai.Completion.create(
 
1
  import openai
2
 
3
  # Set your OpenAI API key
4
+ openai.api_key = "c496d9094ba54ddb9d66eeeb35a6196f"
5
 
6
  def call_openai(prompt, max_tokens=150):
7
  response = openai.Completion.create(