Spaces:
Runtime error
Runtime error
Commit
·
7fedf03
1
Parent(s):
2af4d88
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import openai
|
3 |
import gradio
|
4 |
|
5 |
-
openai.api_key =
|
6 |
|
7 |
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"}]
|
8 |
|
|
|
2 |
import openai
|
3 |
import gradio
|
4 |
|
5 |
+
openai.api_key = OPENAI_API_KEY
|
6 |
|
7 |
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"}]
|
8 |
|