Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import os
|
3 |
import openai
|
4 |
|
5 |
-
openai.api_key="sk-
|
6 |
|
7 |
def get_completion(prompt, model="gpt-3.5-turbo"):
|
8 |
messages = [{"role": "user", "content": prompt}]
|
|
|
2 |
import os
|
3 |
import openai
|
4 |
|
5 |
+
openai.api_key="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"
|
6 |
|
7 |
def get_completion(prompt, model="gpt-3.5-turbo"):
|
8 |
messages = [{"role": "user", "content": prompt}]
|