Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI commands for creating OpenAI Assistants #359

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a replace directive for go-openai to pick up my changes to it.
jlewi committed Jan 2, 2025
commit c2f04d3282e41bf16186194657241ec907b4811d
5 changes: 3 additions & 2 deletions app/go.mod
Original file line number Diff line number Diff line change
@@ -4,9 +4,10 @@ go 1.22.1

replace (
github.com/jlewi/foyle/protos/go => ../protos/go
// TODO(jeremy): Remove this if https://github.com/sashabaranov/go-openai/pull/919 ever gets merged
github.com/sashabaranov/go-openai => github.com/jlewi/go-openai v0.0.0-20250102163401-3f27fc7109d1
// TODO(jeremy): We can get rid of this replace; we should no longer need to use a jlewi branch.
github.com/stateful/runme/v3 => github.com/jlewi/runme/v3 v3.0.0-20240524044247-2657f0b08e0f

k8s.io/client-go => k8s.io/client-go v0.27.3
)

@@ -37,7 +38,7 @@ require (
github.com/oklog/ulid/v2 v2.1.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/pkg/errors v0.9.1
github.com/sashabaranov/go-openai v1.30.3
github.com/sashabaranov/go-openai v1.36.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/stateful/runme/v3 v3.3.1-0.20240515132033-7fd1591498c6
2 changes: 2 additions & 0 deletions app/go.sum
Original file line number Diff line number Diff line change
@@ -390,6 +390,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jlewi/go-openai v0.0.0-20250102163401-3f27fc7109d1 h1:+YZfNrujCqjwWmfBxU0x/d0MpZb5tP5oCyVhBbZVS9I=
github.com/jlewi/go-openai v0.0.0-20250102163401-3f27fc7109d1/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
github.com/jlewi/hydros v0.0.7-0.20240503183011-8f99ead373fb h1:2G2k606S3Qcg40czr7gnkeIG5KgQ2wXJ1BMxAuC+P3I=
github.com/jlewi/hydros v0.0.7-0.20240503183011-8f99ead373fb/go.mod h1:4fV+JUCnexPY2ZbKzdfV/RsyrfralN832MsUSq/7FqE=
github.com/jlewi/monogo v0.0.0-20240123191147-401afe194d74 h1:pbOw/rOMs0AZ494bGnI6DieGKwqoJQEjHWaJZrvxsJo=