Feat: 接入硅基流动API

This commit is contained in:
2026-02-28 10:23:32 +08:00
parent 67f4042083
commit f40fe40a42
4 changed files with 86 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module co-chat
go 1.25.5
require github.com/tmc/langchaingo v0.1.14
require (
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pkoukk/tiktoken-go v0.1.6 // indirect
)