Skip to content

Commit bf5d244

Browse files
committed
Addressed peer review feedback
1 parent 76dc5cc commit bf5d244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/accessing-the-chat-bot-interface.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
= Accessing the chat bot interface
55

66
[role='_abstract']
7-
Embedding a Llama stack large language model (LLM) chat bot interface directly into a data science project gives you immediate, context-aware assistance without switching tools. This allows you to quickly explore model parameters, troubleshoot errors, and experiment interactively within a data science project.
7+
Embedding a Llama stack large language model (LLM) chat bot interface directly into a data science project gives you immediate, context-aware assistance without switching tools. You can use this interface to quickly explore model parameters, troubleshoot errors, and experiment interactively within a data science project.
88

99
[IMPORTANT]
1010
====
11-
By default, the chat bot interface is hidden from appearing from within the data science project user interface. To show the user interface components associated with the chat bot interface, set the `disableLlamaStackClient` value to `false` in the `OdhDashboardConfig` custom resource (CR) in {openshift-platform}.
11+
By default, the chat bot interface is hidden from display within the data science project user interface. To show the user interface components for the chat bot interface, set the `disableLlamaStackClient` value to `false` in the `OdhDashboardConfig` custom resource (CR) in {openshift-platform}.
1212
ifndef::upstream[]
1313
For more information, see link:{rhoaidocshome}/html/managing_openshift_ai/customizing-the-dashboard#ref-dashboard-configuration-options_dashboard[Dashboard configuration options].
1414
endif::[]
@@ -37,7 +37,7 @@ The *Data science projects* page opens.
3737
A project details page opens.
3838
. Click the *Chat bot* tab.
3939
+
40-
The LlamaStack chat bot interface appears.
40+
The LlamaStack chat bot interface displays.
4141

4242
.Verification
4343
* You can access the *Chat bot* tab from within a data science project.

0 commit comments

Comments
 (0)