Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import openai
|
3 |
|
4 |
# Set up your OpenAI API credentials
|
5 |
-
openai.api_key = ""
|
6 |
|
7 |
# Define the function to search for quotes
|
8 |
def search_quotes(query):
|
|
|
2 |
import openai
|
3 |
|
4 |
# Set up your OpenAI API credentials
|
5 |
+
openai.api_key = "apikey"
|
6 |
|
7 |
# Define the function to search for quotes
|
8 |
def search_quotes(query):
|