neovalle commited on
Commit
49bb356
·
verified ·
1 Parent(s): 4ad9494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def call_cohere_api(system_instruction, user_prompt):
20
  }
21
 
22
  # Append word limit instruction
23
- user_prompt += "\n\nWhen possible, take into account Bristol and surrounding South West England ecosystem and culture."
24
  user_prompt += "\n\nAnswer in 100 words or fewer."
25
  payload = {
26
  "model": "command-r-plus",
 
20
  }
21
 
22
  # Append word limit instruction
23
+ user_prompt += "\n\nWhen possible, make your answer relevant to Bristol or surrounding South West England context."
24
  user_prompt += "\n\nAnswer in 100 words or fewer."
25
  payload = {
26
  "model": "command-r-plus",