Skip to content

Commit 250cf70

Browse files
committed
Docs: Improve Mermaid diagram node clarity for LLM providers.
1 parent 5731e70 commit 250cf70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Chatbot_NLP_Demo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ flowchart TD
117117
D -->|LLM Completion| G[LLM Provider Manager]
118118
119119
%% Providers
120-
G --> H["Cloud / Local LLMs<br/>(OpenAI,HuggingFace,Ollama)"]
120+
G --> H1["Cloud / Local LLMs"]
121+
H1 --> H2["OpenAI, HuggingFace, Ollama"]
121122
122123
%% Return path
123124
E --> D

0 commit comments

Comments
 (0)