feat: 更新模型配置,调整温度和上下文窗口令牌数量;添加启动和停止网关的批处理脚本
This commit is contained in:
parent
c70571b0d1
commit
81c88257c8
9
package/restart-gateway.bat
Normal file
9
package/restart-gateway.bat
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
@echo off
|
||||||
|
echo === Stop PicoBot Gateway ===
|
||||||
|
powershell -ExecutionPolicy Bypass -File "%~dp0start-gateway.ps1" -Action stop
|
||||||
|
|
||||||
|
echo.
|
||||||
|
echo === Start PicoBot Gateway ===
|
||||||
|
powershell -ExecutionPolicy Bypass -File "%~dp0start-gateway.ps1" -Action start
|
||||||
|
|
||||||
|
pause
|
||||||
3
package/stop-gateway.bat
Normal file
3
package/stop-gateway.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
powershell -ExecutionPolicy Bypass -File "%~dp0start-gateway.ps1" -Action stop
|
||||||
|
pause
|
||||||
@ -935,8 +935,9 @@ impl Config {
|
|||||||
"models": {
|
"models": {
|
||||||
"default": {
|
"default": {
|
||||||
"model_id": "deepseek-v4-flash",
|
"model_id": "deepseek-v4-flash",
|
||||||
"temperature": 0.7,
|
"temperature": 0.3,
|
||||||
"context_window_tokens": 128000
|
"max_tokens": 20000,
|
||||||
|
"context_window_tokens": 1000000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"agents": {
|
"agents": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user