mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-08-26 17:46:33 -04:00
14 lines
314 B
Modula-2
14 lines
314 B
Modula-2
module github.com/tmc/langchaingo/examples/ernie-function-call-streaming-example
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.4
|
|
|
|
require github.com/tmc/langchaingo v0.1.2-alpha.1
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.8.1 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/pkoukk/tiktoken-go v0.1.2 // indirect
|
|
)
|