Spaces:
Build error
Build error
doctorsafe
commited on
Commit
·
511997a
1
Parent(s):
7d1cb99
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(
|