File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ require (
162
162
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
163
163
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
164
164
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
165
- github.com/gptscript-ai/chat-completion-client v0.0.0-20240813051153-a440ada7e3c3 // indirect
165
+ github.com/gptscript-ai/chat-completion-client v0.0.0-20241104122544-5fe75f07c131 // indirect
166
166
github.com/hashicorp/errwrap v1.1.0 // indirect
167
167
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
168
168
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -255,3 +255,5 @@ require (
255
255
gopkg.in/yaml.v3 v3.0.1
256
256
gorm.io/driver/mysql v1.5.6 // indirect
257
257
)
258
+
259
+ replace github.com/gptscript-ai/gptscript => github.com/helixml/gptscript v0.0.0-20241204095353-9c7fd8d5cf45
Original file line number Diff line number Diff line change @@ -358,6 +358,8 @@ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aN
358
358
github.com/gorilla/websocket v1.5.3 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
359
359
github.com/gptscript-ai/chat-completion-client v0.0.0-20240813051153-a440ada7e3c3 h1:EQiFTZv+BnOWJX2B9XdF09fL2Zj7h19n1l23TpWCafc =
360
360
github.com/gptscript-ai/chat-completion-client v0.0.0-20240813051153-a440ada7e3c3 /go.mod h1:7P/o6/IWa1KqsntVf68hSnLKuu3+xuqm6lYhch1w4jo =
361
+ github.com/gptscript-ai/chat-completion-client v0.0.0-20241104122544-5fe75f07c131 h1:y2FcmT4X8U606gUS0teX5+JWX9K/NclsLEhHiyrd+EU =
362
+ github.com/gptscript-ai/chat-completion-client v0.0.0-20241104122544-5fe75f07c131 /go.mod h1:7P/o6/IWa1KqsntVf68hSnLKuu3+xuqm6lYhch1w4jo =
361
363
github.com/gptscript-ai/gptscript v0.9.4 h1:8msPI7zdzNv6kElLqP/mIFFoir2CWbyf+1OJiC479FY =
362
364
github.com/gptscript-ai/gptscript v0.9.4 /go.mod h1:STd/eyhAkkC0YUL8B0tBs15m+uxm7yliur8HicZJL68 =
363
365
github.com/gptscript-ai/gptscript v0.9.5 h1:EWq+AyJ6CBdU9hS6xOnqBQGpWIy74Zx/Fd6tN0I6Bxc =
@@ -377,6 +379,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
377
379
github.com/hashicorp/golang-lru v0.5.1 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
378
380
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k =
379
381
github.com/hashicorp/golang-lru/v2 v2.0.7 /go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM =
382
+ github.com/helixml/gptscript v0.0.0-20241204095353-9c7fd8d5cf45 h1:GejgpxpTO+qBErEzaAxEnM3EOax8G/sFCi0YoAd87BA =
383
+ github.com/helixml/gptscript v0.0.0-20241204095353-9c7fd8d5cf45 /go.mod h1:1ECuES7S+IjL4oua0nJzytsWw45tCCv750T44+/JczQ =
380
384
github.com/helixml/langchaingo v0.1.15 h1:6cEwRQgEri4aDrvDnSESmsMY9H35UUoWuOEukSP3lJw =
381
385
github.com/helixml/langchaingo v0.1.15 /go.mod h1:EeervIv/DNYhSfQSMaql20wMFvhgF7lDaVaatp8lVPw =
382
386
github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo =
You can’t perform that action at this time.
0 commit comments