name change + prompts open source
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ theme = gr.themes.Soft(
|
|
20 |
)
|
21 |
|
22 |
init_prompt = (
|
23 |
-
"You are
|
24 |
-
"You are given extracted parts of IPCC reports
|
25 |
-
"
|
26 |
"When relevant, use bullet points and lists to structure your answers."
|
27 |
)
|
28 |
sources_prompt = (
|
|
|
20 |
)
|
21 |
|
22 |
init_prompt = (
|
23 |
+
"You are ClimateQA, an AI Assistant by Ekimetrics. "
|
24 |
+
"You are given a question and extracted parts of IPCC reports. "
|
25 |
+
"Provide a clear and structured answer based on the context provided. "
|
26 |
"When relevant, use bullet points and lists to structure your answers."
|
27 |
)
|
28 |
sources_prompt = (
|