Spaces:
Build error
Build error
init!
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import openai
|
| 3 |
|
| 4 |
# Replace 'your_openai_api_key_here' with your actual OpenAI API key.
|
| 5 |
-
openai.api_key =
|
| 6 |
|
| 7 |
def generate_response(question):
|
| 8 |
try:
|
|
|
|
| 2 |
import openai
|
| 3 |
|
| 4 |
# Replace 'your_openai_api_key_here' with your actual OpenAI API key.
|
| 5 |
+
openai.api_key = ("OPEN_AI_KEY")
|
| 6 |
|
| 7 |
def generate_response(question):
|
| 8 |
try:
|