Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def generate_response(input_text, language, speaker1, speaker2, api_key):
|
|
26 |
language_instruction = "- The podcast MUST be in the same language as the user input."
|
27 |
else:
|
28 |
language_instruction = f"- The podcast Must reply to me in {language} language."
|
29 |
-
example =
|
30 |
{
|
31 |
"topic": "AGI",
|
32 |
"podcast": [
|
|
|
26 |
language_instruction = "- The podcast MUST be in the same language as the user input."
|
27 |
else:
|
28 |
language_instruction = f"- The podcast Must reply to me in {language} language."
|
29 |
+
example = """
|
30 |
{
|
31 |
"topic": "AGI",
|
32 |
"podcast": [
|