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

Update OLS reference to use road-core/service instead. #9

Merged
merged 2 commits into from
Oct 18, 2024
Merged
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
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The following is a set of guidelines for contributing to ShellAI codebase, which are hosted in the [RHEL Lightspeed
Organization](https://github.com/rhell-lightspeed) on GitHub. These are mostly guidelines, not rules.

* [OpenShift Lightspeed Service](https://github.com/openshift/lightspeed-service)
* [Road Core Service](https://github.com/road-core/service)

## What should I know before I get started?

Expand Down Expand Up @@ -60,9 +60,8 @@ make install
### Getting a backend to manage your queries

ShellAI depends on a backend service to interact with LLM providers (such as OpenAI, IBM WatsonX, etc...). For that
purpose, we strongly recommend setting up [OpenShift Lightspeed
Service](https://github.com/openshift/lightspeed-service). After you have everything in orer, the next steps should work
without extra configuration.
purpose, we strongly recommend setting up [Road Core Service](https://github.com/road-core/service). After you have
everything in orer, the next steps should work without extra configuration.
r0x0d marked this conversation as resolved.
Show resolved Hide resolved
r0x0d marked this conversation as resolved.
Show resolved Hide resolved

### Update config to your needs

Expand Down