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

fix: use system client to get config #985

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

Abirdcfly
Copy link
Collaborator

What type of PR is this?

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

@Abirdcfly Abirdcfly force-pushed the main branch 5 times, most recently from 4a98c74 to 4b5edc7 Compare April 7, 2024 10:58
@Abirdcfly Abirdcfly marked this pull request as ready for review April 8, 2024 01:32
@Abirdcfly Abirdcfly force-pushed the main branch 2 times, most recently from 2c11bb3 to d473dca Compare April 8, 2024 01:47
@@ -45,7 +45,9 @@ var (
ErrNoConfigStreamlit = fmt.Errorf("config Streamlit in comfigmap is not found")
ErrNoConfigRayClusters = fmt.Errorf("config RayClusters in comfigmap is not found")
ErrNoConfigRerank = fmt.Errorf("config rerankDefaultEndpoint in comfigmap is not found")
ErrSystemCliNotFound = fmt.Errorf("systemCli is not found")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fmt.Errorf("systemCli is not found") -> fmt.Errorf("system client is not found")

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
Copy link
Collaborator

@bjwswang bjwswang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/LGTM

@bjwswang bjwswang merged commit 397bcaf into kubeagi:main Apr 8, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants