Spaces:
Running
Running
Update utils/openai_utils.py
Browse files- 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 = "
|
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(
|