Skip to content

Commit 63d3314

Browse files
authored
Merge pull request #33 from andbo/patch-1
fixing link to the example docs
2 parents 32d6b3d + 8d92898 commit 63d3314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02_chatbot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example implements a simple chatbot, showcasing custom styling with [DaisyU
66

77
There are three versions of the example:
88

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).
1010
- `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.
1111
- `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.
1212

0 commit comments

Comments
 (0)