Skip to content

Commit

Permalink
fix: 星火v3.5参数错误
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Mar 12, 2024
1 parent 5e5b0ca commit 7b5a65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gorilla/websocket v1.5.1
github.com/mitchellh/mapstructure v1.5.0
github.com/opentdp/go-helper v0.6.2
github.com/rehiy/one-llm v0.0.0-20240312034842-6b111aabeed3
github.com/rehiy/one-llm v0.0.0-20240312044550-e53258310885
github.com/sashabaranov/go-openai v1.19.4
go.nanomsg.org/mangos/v3 v3.4.2
google.golang.org/protobuf v1.32.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOS
github.com/pelletier/go-toml/v2 v2.1.1/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rehiy/one-llm v0.0.0-20240312034842-6b111aabeed3 h1:0z4Hh56K73JWaOdlB5N6vdh+eLbWx/yku0/3bP/7Us0=
github.com/rehiy/one-llm v0.0.0-20240312034842-6b111aabeed3/go.mod h1:0sQpMABZfqgZFsEFvW7jCkX6CkD+zTiS8TLhDxdatqs=
github.com/rehiy/one-llm v0.0.0-20240312044550-e53258310885 h1:2wt5WHnLORtt8+7dTItScLb5opyd1YoLI96aIE4GfzY=
github.com/rehiy/one-llm v0.0.0-20240312044550-e53258310885/go.mod h1:0sQpMABZfqgZFsEFvW7jCkX6CkD+zTiS8TLhDxdatqs=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down

0 comments on commit 7b5a65c

Please sign in to comment.