19 lines
400 B
Modula-2
19 lines
400 B
Modula-2
module mingor/llm-api-benchmark-tool
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/tiktoken-go/tokenizer v0.6.1
|
|
github.com/valyala/fasthttp v1.60.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
)
|