Skip to content

Commit bf0337a

Browse files
committed
Incorporated Jordan's coments
1 parent b15625b commit bf0337a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/developer-lightspeed/con-llm-requirements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{ls-short} follows a _Bring Your Own Model_ approach. This model means that to function, {ls-short} requires access to a large language model (LLM) which you must provide. An LLM is a type of generative AI that interprets natural language and generates human-like text or audio responses. When an LLM is used as a virtual assistant, the LLM can interpret questions and provide answers in a conversational manner.
77

8-
LLMs are usually provided by a service or server. Because {ls-short} does not provide an LLM for you, you must configure your preferred LLM provider during installation. You can configure the underlying Llama Stack server to integrate with a number of LLM `providers`` that offer compatibility with the OpenAI API including the following LLMs:
8+
LLMs are usually provided by a service or server. Because {ls-short} does not provide an LLM for you, you must configure your preferred LLM provider during installation. You can configure the underlying Llama Stack server to integrate with a number of LLM `providers` that offer compatibility with the OpenAI API including the following LLMs:
99

1010
* OpenAI (cloud-based inference service)
1111
* {rhoai-brand-name} (enterprise model builder & inference server)

modules/developer-lightspeed/proc-installing-and-configuring-lightspeed.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ stringData:
100100
----
101101

102102
. Create the {ls-short} ConfigMap: Create a dedicated {ls-short} ConfigMap (`lightspeed-app-config`) to hold specific plugin configurations.
103-
.. Create a
104103
.. In the {ocp-short} web console, navigate to your {product-very-short} instance and select the *ConfigMaps* tab.
105104
.. Click *Create ConfigMap*.
106105
.. From the *Create ConfigMap* page, select the *YAML view* option and add the following example:
@@ -343,7 +342,7 @@ plugins:
343342
+
344343
[NOTE]
345344
====
346-
You must replace the older single container configuration found in source with the two sidecars.
345+
If you have Road-Core Service installed from the previous {ls-brand-name} configuration, you must replace the older single container configuration found in source with the two sidecars.
347346
====
348347
+
349348
[source, yaml]

0 commit comments

Comments
 (0)