Skip to content

Commit

Permalink
fix langsmith example
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Nov 22, 2024
1 parent 8f4d6fb commit ae03443
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/langsmith-llm-example/go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
module github.com/tmc/langchaingo/examples/openai-gpt4o-example
module github.com/tmc/langchaingo/examples/langsmith-llm-example

go 1.22.0

toolchain go1.22.1

require github.com/tmc/langchaingo v0.1.13-pre.0
require (
github.com/google/uuid v1.6.0
github.com/tmc/langchaingo v0.1.13-pre.0
)

require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/goph/emperror v0.17.2 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.13 // indirect
Expand Down

0 comments on commit ae03443

Please sign in to comment.