Skip to content

Commit 4b41498

Browse files
committed
tweak
1 parent b07e5ca commit 4b41498

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/chat.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,9 @@ class BiodiversityChatbot {
277277
'assistant',
278278
'Hi! I can help you explore global biodiversity data and control the map. Try asking:\n\n' +
279279
'* "How much protected area is in India?"\n' +
280-
'* "Show threatened amphibian diversity hotspots"\n' +
280+
'* "Show threatened amphibian diversity hotspots by protected area"\n' +
281281
'* "Calculate vulnerable carbon stored in IUCN category Ia areas"\n' +
282-
'* "Show state-owned protected areas colored by IUCN category"\n' +
283-
'* "Which mammals are found in protected wetlands in Costa Rica?"'
282+
'* "Show state-owned protected areas colored by IUCN category"'
284283
);
285284
}
286285

app/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mcp_server_url": "https://biodiversity-mcp.nrp-nautilus.io/sse",
3-
"llm_model": "kimi",
3+
"llm_model": "glm-4.6",
4+
"comment": "NB: API keys are supressed in the public config",
45
"llm_models": [
56
{
67
"value": "glm-4.6",

0 commit comments

Comments
 (0)