Skip to content

Commit e02a24c

Browse files
committed
Minor comment
1 parent da67621 commit e02a24c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
[IMPORTANT]
99
====
1010
* 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.
11-
12-
* Only one LLM server is supported in Developer preview.
1311
====
1412

1513
.Prerequisites
@@ -30,6 +28,11 @@ lightspeed:
3028
url: _<my_new_url>_
3129
token: _<my_new_token>_
3230
----
31+
+
32+
[NOTE]
33+
====
34+
Only one LLM server is supported in Developer preview.
35+
====
3336
** Optional: You can set the `id`, `url`, and `token` values in a Kubernetes Secret and reference them as environment variables using the `envFrom` section.
3437
[source,yaml]
3538
----

0 commit comments

Comments
 (0)