Spaces:
Build error
Build error
doctorsafe
commited on
Commit
·
7d1cb99
1
Parent(s):
f532931
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
-
openai.api_key = "sk-
|
4 |
|
5 |
def chatgpt(content, temperature=0.8):
|
6 |
response = openai.ChatCompletion.create(
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
+
openai.api_key = "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"
|
4 |
|
5 |
def chatgpt(content, temperature=0.8):
|
6 |
response = openai.ChatCompletion.create(
|