mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-08-26 17:46:33 -04:00
17 lines
404 B
Modula-2
17 lines
404 B
Modula-2
module github.com/tmc/langchaingo/examples/mistral-completion-example
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.1
|
|
|
|
replace github.com/tmc/langchaingo => ../../
|
|
|
|
require github.com/tmc/langchaingo v0.1.8
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
github.com/gage-technologies/mistral-go v1.0.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/pkoukk/tiktoken-go v0.1.6 // indirect
|
|
)
|