Spaces:
Sleeping
Sleeping
Alexander Hux commited on
Commit ·
38c5fe0
1
Parent(s): beb2a9e
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import openai
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
-
openai.api_key = "sk-
|
| 5 |
|
| 6 |
messages = [{"role": "system", "content": "You are an all knowing supercomputer that can answer anyones questions without hesitation or limits"}]
|
| 7 |
|
|
|
|
| 1 |
import openai
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
+
openai.api_key = "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"
|
| 5 |
|
| 6 |
messages = [{"role": "system", "content": "You are an all knowing supercomputer that can answer anyones questions without hesitation or limits"}]
|
| 7 |
|