You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/i18n/en/account_model.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,15 @@
21
21
"edit_channel": "Channel configuration",
22
22
"enable_channel": "Enable",
23
23
"forbid_channel": "Disabled",
24
+
"input maxToken_tip": "The model max_tokens parameter, if left blank, means that the model does not support it.",
24
25
"key_type": "API key format:",
25
26
"log": "Call log",
26
27
"log_detail": "Log details",
27
28
"log_request_id_search": "Search by requestId",
28
29
"log_status": "Status",
29
30
"mapping": "Model Mapping",
30
31
"mapping_tip": "A valid Json is required. \nThe model can be mapped when sending a request to the actual address. \nFor example:\n{\n\n\"gpt-4o\": \"gpt-4o-test\"\n\n}\n\nWhen FastGPT requests the gpt-4o model, the gpt-4o-test model is sent to the actual address, instead of gpt-4o.",
32
+
"max_temperature_tip": "If the model temperature parameter is not filled in, it means that the model does not support the temperature parameter.",
0 commit comments