Spaces:
Runtime error
Runtime error
Commit
·
fde44aa
1
Parent(s):
ea2e35d
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import openai
|
2 |
import gradio
|
3 |
|
4 |
-
openai.api_key =
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are an expert Python developer and more programming languages with years of experience writing Python code and teaching Python to other programmers"}]
|
7 |
|
|
|
1 |
import openai
|
2 |
import gradio
|
3 |
|
4 |
+
openai.api_key = "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"
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are an expert Python developer and more programming languages with years of experience writing Python code and teaching Python to other programmers"}]
|
7 |
|