mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-21 17:05:31 -04:00
12 lines
276 B
Modula-2
12 lines
276 B
Modula-2
module github.com/tmc/langchaingo/examples/ernie-function-call-example
|
|
|
|
go 1.19
|
|
|
|
require github.com/tmc/langchaingo v0.1.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
|
|
)
|