mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-21 08:55:25 -04:00
450c02a722
chore: update all examples to use v0.1.14-pre.4 - Remove replace directives from 5 examples that had local path references - Update all 75 example go.mod files to use the latest pre-release version - Ensures examples work correctly for users who clone the repository
12 lines
287 B
Modula-2
12 lines
287 B
Modula-2
module github.com/tmc/langchaingo/examples/openai-function-call-example
|
|
|
|
go 1.24.3
|
|
|
|
require github.com/tmc/langchaingo v0.1.14-pre.4
|
|
|
|
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
|
|
)
|