Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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\
|
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, 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",
|