Avo-k commited on
Commit
641820f
1 Parent(s): 7498c33

name change + prompts open source

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,9 +20,9 @@ theme = gr.themes.Soft(
20
  )
21
 
22
  init_prompt = (
23
- "You are ClimateGPT, an AI Assistant by Ekimetrics. "
24
- "You are given extracted parts of IPCC reports and a question."
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 = (
 
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 = (