kek commited on
Commit ·
189c732
1
Parent(s): 3c525fd
Downgrade tiktoken-go to v0.5.0 for Go 1.23 compatibility
Browse files
go.mod
CHANGED
|
@@ -17,7 +17,7 @@ require (
|
|
| 17 |
github.com/sirupsen/logrus v1.9.3
|
| 18 |
github.com/tidwall/gjson v1.18.0
|
| 19 |
github.com/tidwall/sjson v1.2.5
|
| 20 |
-
github.com/tiktoken-go/tokenizer v0.
|
| 21 |
golang.org/x/crypto v0.46.0
|
| 22 |
golang.org/x/net v0.48.0
|
| 23 |
golang.org/x/oauth2 v0.21.0
|
|
|
|
| 17 |
github.com/sirupsen/logrus v1.9.3
|
| 18 |
github.com/tidwall/gjson v1.18.0
|
| 19 |
github.com/tidwall/sjson v1.2.5
|
| 20 |
+
github.com/tiktoken-go/tokenizer v0.5.0
|
| 21 |
golang.org/x/crypto v0.46.0
|
| 22 |
golang.org/x/net v0.48.0
|
| 23 |
golang.org/x/oauth2 v0.21.0
|