Skip to content

Commit d599670

Browse files
committed
OLS-1561: clarification from dev review
1 parent 5d4f1b4 commit d599670

2 files changed

+4
-4
lines changed

modules/ols-creating-lightspeed-custom-resource-file-using-cli.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
additionalCAConfigMapRef:
6666
name: openshift-service-ca.crt
6767
----
68-
<1> By default the OpenAI API requires a token as part of the request. If your {rhelai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
68+
<1> By default the {rhelai} API key requires a token as part of the request. If your {rhelai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
6969
<2> The URL endpoint must end with `v1` to be valid. For example, `\https://http://3.23.103.8:8000/v1`.
7070
+
7171
.{rhoai} CR file
@@ -89,7 +89,7 @@ spec:
8989
defaultProvider: red_hat_openshift_ai
9090
defaultModel: <model_name>
9191
----
92-
<1> By default the OpenAI API requires a token as part of the request. If your {rhoai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
92+
<1> By default the {rhoai} API key requires a token as part of the request. If your {rhoai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
9393
<2> The URL endpoint must end with `v1` to be valid. For example, `\https://<model_name>.<domain_name>.com:443/v1`.
9494
+
9595
.{azure-openai} CR file

modules/ols-creating-lightspeed-custom-resource-file-using-web-console.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
defaultProvider: rhelai
6666
defaultModel: models/<model_name>
6767
----
68-
<1> By default the OpenAI API requires a token as part of the request. If your {rhelai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
68+
<1> By default the {rhelai} API key requires a token as part of the request. If your {rhelai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
6969
<2> The URL endpoint must end with `v1` to be valid. For example, `\https://http://3.23.103.8:8000/v1`.
7070
+
7171
.{rhoai} CR file
@@ -89,7 +89,7 @@ spec:
8989
defaultProvider: red_hat_openshift_ai
9090
defaultModel: <model_name>
9191
----
92-
<1> By default the OpenAI API requires a token as part of the request. If your {rhoai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
92+
<1> By default the {rhoai} API key requires a token as part of the request. If your {rhoai} configuration does not require a token you must set the token value to any valid string for the request to authenticate.
9393
<2> The URL endpoint must end with `v1` to be valid. For example, `\https://<model_name>.<domain_name>.com:443/v1`.
9494
+
9595
.{azure-openai} CR file

0 commit comments

Comments
 (0)