Skip to content

Commit 020ab2f

Browse files
authored
RHDHBUGS-2051: Adding further changes (#1417)
* Adding further changes * Minor changes * Incorporated Karthik's comments * Minor comment * Incorporated Jana's comments * Minor comment
1 parent e3e9e5c commit 020ab2f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/developer-lightspeed/proc-changing-your-llm-provider.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ lightspeed:
2828
url: _<my_new_url>_
2929
token: _<my_new_token>_
3030
----
31+
+
32+
[NOTE]
33+
====
34+
In Developer preview, only one LLM server is supported at a time.
35+
====
3136
** Optional: You can set the `id`, `url`, and `token` values in a Kubernetes Secret and reference them as environment variables using the `envFrom` section.
3237
[source,yaml]
3338
----

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ data:
7171
+
7272
[IMPORTANT]
7373
====
74-
Do not remove the block in the `llm_providers` section. This requirement is crucial when working with {ls-short} because of limitations discovered in Road Core. If you decide to use an alternative LLM provider, you should refer to additional information in the guide. For more information, see link:{developer-lightspeed-link}#proc-changing-your-llm-provider[Changing your LLM provider].
74+
Do not remove the block in the `llm_providers` section. This requirement is crucial when working with {ls-short} because of limitations discovered in Road Core. If you decide to use an alternative LLM provider, you should refer to additional information in the guide. For more information, see {developer-lightspeed-link}#proc-changing-your-llm-provider_customizing-developer-lightspeed[Changing your LLM provider].
7575
====
7676
.. Optional: Configure the number of workers that scale the REST API by specifying the following example to the `ols_config.max_workers` parameter in the {rcs-short} ConfigMap.
7777
+

0 commit comments

Comments
 (0)