mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-08-25 11:10:02 -04:00
14 lines
296 B
Modula-2
14 lines
296 B
Modula-2
module github.com/tmc/langchaingo/examples/ernie-function-call-example
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.4
|
|
|
|
require github.com/tmc/langchaingo v0.1.2
|
|
|
|
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
|
|
)
|