mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-08-25 11:10:02 -04:00
14 lines
300 B
Modula-2
14 lines
300 B
Modula-2
module github.com/tmc/langchaingo/examples/openai-function-call-example
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.1
|
|
|
|
require github.com/tmc/langchaingo v0.1.8
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/pkoukk/tiktoken-go v0.1.6 // indirect
|
|
)
|