Update app.py
Browse files
app.py
CHANGED
@@ -493,7 +493,7 @@ def generate_gpt_response(prompt, dataset):
|
|
493 |
return f"I found some information in our dataset about {make.title()} {model.title() if model else ''}. Please see the details above."
|
494 |
|
495 |
|
496 |
-
openai.api_key =
|
497 |
system_message = {
|
498 |
"role": "system",
|
499 |
"content": (
|
|
|
493 |
return f"I found some information in our dataset about {make.title()} {model.title() if model else ''}. Please see the details above."
|
494 |
|
495 |
|
496 |
+
openai.api_key = "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"
|
497 |
system_message = {
|
498 |
"role": "system",
|
499 |
"content": (
|