You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02_chatbot/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This example implements a simple chatbot, showcasing custom styling with [DaisyU
6
6
7
7
There are three versions of the example:
8
8
9
-
-`basic.py`: A minimal version of the app, showing the chat bubble styling as described in [this tutorial](https://fhdocs.answer.ai/by_example.html#full-example-3---chatbot-example-with-daisyui-components).
9
+
-`basic.py`: A minimal version of the app, showing the chat bubble styling as described in [this tutorial](https://docs.fastht.ml/tutorials/by_example.html#full-example-3---chatbot-example-with-daisyui-components).
10
10
-`polling.py`: Extending the basic chatbot with a polling mechanism so that the UI updates as soon as the user sends a message, and then streams the response from the chat model.
11
11
-`ws.py`: Extending the basic chatbot to use websockets. And `ws_streaming.py` with tweaks to stream the response from the chat model in chunks.
0 commit comments