Kevin Hu commited on
Commit
7339681
·
1 Parent(s): 03a3e60

fix template error (#2653)

Browse files

### What problem does this PR solve?

#2478

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

agent/templates/general_chat_bot.json CHANGED
@@ -370,8 +370,7 @@
370
  "params": {
371
  "cite": false,
372
  "frequency_penalty": 0.7,
373
- "llm_id": "gpt-4@OpenAI",
374
- "max_tokens": 256,
375
  "message_history_window_size": 12,
376
  "output": null,
377
  "output_var_name": "output",
@@ -496,7 +495,7 @@
496
  "message_history_window_size": 22,
497
  "output": null,
498
  "output_var_name": "output",
499
- "time_period": "now",
500
  "type": "weather",
501
  "user_type": "free",
502
  "web_apikey": "947e8994bc5f488f8857d618ebac1b19"
@@ -1271,7 +1270,7 @@
1271
  "frequencyPenaltyEnabled": true,
1272
  "frequency_penalty": 0.7,
1273
  "llm_id": "deepseek-chat@DeepSeek",
1274
- "maxTokensEnabled": true,
1275
  "max_tokens": 256,
1276
  "message_history_window_size": 12,
1277
  "parameter": "Precise",
@@ -1688,7 +1687,7 @@
1688
  "data": {
1689
  "form": {
1690
  "lang": "en",
1691
- "time_period": "now",
1692
  "type": "weather",
1693
  "user_type": "free",
1694
  "web_apikey": "947e8994bc5f488f8857d618ebac1b19"
@@ -1719,8 +1718,8 @@
1719
  "cite": false,
1720
  "frequencyPenaltyEnabled": true,
1721
  "frequency_penalty": 0.7,
1722
- "llm_id": "gpt-4@OpenAI",
1723
- "maxTokensEnabled": true,
1724
  "max_tokens": 256,
1725
  "message_history_window_size": 12,
1726
  "parameter": "Precise",
 
370
  "params": {
371
  "cite": false,
372
  "frequency_penalty": 0.7,
373
+ "llm_id": "deepseek-chat@DeepSeek",
 
374
  "message_history_window_size": 12,
375
  "output": null,
376
  "output_var_name": "output",
 
495
  "message_history_window_size": 22,
496
  "output": null,
497
  "output_var_name": "output",
498
+ "time_period": "7d",
499
  "type": "weather",
500
  "user_type": "free",
501
  "web_apikey": "947e8994bc5f488f8857d618ebac1b19"
 
1270
  "frequencyPenaltyEnabled": true,
1271
  "frequency_penalty": 0.7,
1272
  "llm_id": "deepseek-chat@DeepSeek",
1273
+ "maxTokensEnabled": false,
1274
  "max_tokens": 256,
1275
  "message_history_window_size": 12,
1276
  "parameter": "Precise",
 
1687
  "data": {
1688
  "form": {
1689
  "lang": "en",
1690
+ "time_period": "7d",
1691
  "type": "weather",
1692
  "user_type": "free",
1693
  "web_apikey": "947e8994bc5f488f8857d618ebac1b19"
 
1718
  "cite": false,
1719
  "frequencyPenaltyEnabled": true,
1720
  "frequency_penalty": 0.7,
1721
+ "llm_id": "deepseek-chat@DeepSeek",
1722
+ "maxTokensEnabled": false,
1723
  "max_tokens": 256,
1724
  "message_history_window_size": 12,
1725
  "parameter": "Precise",