File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ We are going to deploy an Nginx pod to proxy chat completion to the LLM provider
545545 .. image :: ./_static/class5-oob-01-0.png
546546
547547
548- Update AI Guardrails API Tokens in the **aigr-api-secret-olm.yaml ** file.
548+ Update AI Guardrails project API Tokens in the **aigr-api-secret-olm.yaml ** file. This is the original token created in previous section .
549549
550550
551551.. code-block :: bash
@@ -556,7 +556,15 @@ Update AI Guardrails API Tokens in the **aigr-api-secret-olm.yaml** file.
556556 .. image :: ./_static/class5-oob-03.png
557557
558558
559- Ensure AI Guardrails and the LLM provider connection name is correct in the **aigr-olm-deploy.yaml ** file.
559+ Ensure AI Guardrails and the LLM provider connection name is correct in the **aigr-olm-deploy.yaml ** file. For this class
560+
561+ +------------------------+-------------------------+
562+ | **AIGR_API_HOST ** | us1.calypsoai.app |
563+ +------------------------+-------------------------+
564+ | **LLM_PROVIDER_HOST ** | api.gpu.nextcnf.com |
565+ +------------------------+-------------------------+
566+
567+ If you are using different LLM provider, please update accordingly.
560568
561569.. code-block :: bash
562570
You can’t perform that action at this time.
0 commit comments