1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-05 02:00:23 +08:00

optimize: use deepinfra.chat

This commit is contained in:
源文雨
2025-09-21 14:44:17 +08:00
parent 1ddb4dfdc5
commit 22d013de83
5 changed files with 35 additions and 132 deletions

4
go.mod
View File

@@ -4,9 +4,9 @@ go 1.20
require (
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
github.com/fumiama/deepinfra v0.0.0-20250910144855-27a4e697106d
github.com/fumiama/deepinfra v0.0.0-20250920170049-e3d1b92cc3a1
github.com/pkg/errors v0.9.1
github.com/wdvxdr1123/ZeroBot v1.8.2-0.20250919145948-e8ffbbc995ac
github.com/wdvxdr1123/ZeroBot v1.8.2-0.20250921063512-13752a73d444
gopkg.in/yaml.v3 v3.0.1
)