feat: support xunfei's llm (close #206)

This commit is contained in:
JustSong
2023-07-29 21:55:57 +08:00
parent 3e81d8af45
commit 8a866078b2
9 changed files with 363 additions and 43 deletions

1
go.mod
View File

@@ -13,6 +13,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/pkoukk/tiktoken-go v0.1.1
golang.org/x/crypto v0.9.0
gorm.io/driver/mysql v1.4.3