Bläddra i källkod

fix template error (#2653)

### What problem does this PR solve?

#2478

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
tags/v0.12.0
Kevin Hu 1 år sedan
förälder
incheckning
25f07e8e29
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 6 tillägg och 7 borttagningar
  1. 6
    7
      agent/templates/general_chat_bot.json

+ 6
- 7
agent/templates/general_chat_bot.json Visa fil

"params": { "params": {
"cite": false, "cite": false,
"frequency_penalty": 0.7, "frequency_penalty": 0.7,
"llm_id": "gpt-4@OpenAI",
"max_tokens": 256,
"llm_id": "deepseek-chat@DeepSeek",
"message_history_window_size": 12, "message_history_window_size": 12,
"output": null, "output": null,
"output_var_name": "output", "output_var_name": "output",
"message_history_window_size": 22, "message_history_window_size": 22,
"output": null, "output": null,
"output_var_name": "output", "output_var_name": "output",
"time_period": "now",
"time_period": "7d",
"type": "weather", "type": "weather",
"user_type": "free", "user_type": "free",
"web_apikey": "947e8994bc5f488f8857d618ebac1b19" "web_apikey": "947e8994bc5f488f8857d618ebac1b19"
"frequencyPenaltyEnabled": true, "frequencyPenaltyEnabled": true,
"frequency_penalty": 0.7, "frequency_penalty": 0.7,
"llm_id": "deepseek-chat@DeepSeek", "llm_id": "deepseek-chat@DeepSeek",
"maxTokensEnabled": true,
"maxTokensEnabled": false,
"max_tokens": 256, "max_tokens": 256,
"message_history_window_size": 12, "message_history_window_size": 12,
"parameter": "Precise", "parameter": "Precise",
"data": { "data": {
"form": { "form": {
"lang": "en", "lang": "en",
"time_period": "now",
"time_period": "7d",
"type": "weather", "type": "weather",
"user_type": "free", "user_type": "free",
"web_apikey": "947e8994bc5f488f8857d618ebac1b19" "web_apikey": "947e8994bc5f488f8857d618ebac1b19"
"cite": false, "cite": false,
"frequencyPenaltyEnabled": true, "frequencyPenaltyEnabled": true,
"frequency_penalty": 0.7, "frequency_penalty": 0.7,
"llm_id": "gpt-4@OpenAI",
"maxTokensEnabled": true,
"llm_id": "deepseek-chat@DeepSeek",
"maxTokensEnabled": false,
"max_tokens": 256, "max_tokens": 256,
"message_history_window_size": 12, "message_history_window_size": 12,
"parameter": "Precise", "parameter": "Precise",

Laddar…
Avbryt
Spara