Skip to content

Commit 5ea8284

Browse files
committed
Incorporated Jana's comments
1 parent e02a24c commit 5ea8284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[IMPORTANT]
99
====
10-
* The LLM provider configuration section includes a mandatory dummy provider block. Due to limitations of Road Core, this dummy provider must remain present when working with Lightspeed. This block is typically marked with comments (# Start: Do not remove this block and # End: Do not remove this block) and must not be removed from the configuration file.
10+
The LLM provider configuration section includes a mandatory dummy provider block. Due to limitations of Road Core, this dummy provider must remain present when working with Lightspeed. This block is typically marked with comments (# Start: Do not remove this block and # End: Do not remove this block) and must not be removed from the configuration file.
1111
====
1212

1313
.Prerequisites
@@ -31,7 +31,7 @@ lightspeed:
3131
+
3232
[NOTE]
3333
====
34-
Only one LLM server is supported in Developer preview.
34+
Only one LLM server is supported at a time in Developer preview.
3535
====
3636
** Optional: You can set the `id`, `url`, and `token` values in a Kubernetes Secret and reference them as environment variables using the `envFrom` section.
3737
[source,yaml]

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 {developer-lightspeed-link}#proc-changing-your-llm-provider_customizing-developer-lightspeed[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)