From b6c86534b939bbe88845cb151ef41a86d5dd7526 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Fri, 18 Oct 2024 13:24:27 -0300 Subject: [PATCH 1/2] Update OLS reference to use road-core/service instead. --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a27ee2..326abd3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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? @@ -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. ### Update config to your needs From 2740c8f10419458f51560df688ac67d81da4be40 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Fri, 18 Oct 2024 16:02:40 -0300 Subject: [PATCH 2/2] Update CONTRIBUTING.md Co-authored-by: Sam Doran --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 326abd3..9e51b51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ make install 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 [Road Core Service](https://github.com/road-core/service). After you have -everything in orer, the next steps should work without extra configuration. +everything in order, the next steps should work without extra configuration. ### Update config to your needs