Skip to content

Commit 46a6e62

Browse files
committed
Update links and styling in docs
1 parent d36e471 commit 46a6e62

4 files changed

Lines changed: 25 additions & 5 deletions

File tree

docs/_static/style.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ th.head p {
1010
width: 50%;
1111
}
1212

13-
.caption-text {
14-
padding-top: 3px;
15-
padding-bottom: 3px;
13+
div.code-block-caption {
14+
padding: 4px;
1615
}
1716

1817
.wy-side-nav-search {
@@ -77,3 +76,11 @@ div.sphinxsidebar input[type="submit"] {
7776
.inline-block {
7877
display: inline-block;
7978
}
79+
80+
.admonition {
81+
background-color: #1c4e63;
82+
background-color: #49ff8d;
83+
padding: 12px;
84+
border: 1px solid;
85+
border-radius: 2px;
86+
}

docs/examples.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ you can set `read_only=True` as a parameter when initializing the bot.
7979
8080
chatbot = ChatBot("Johnny Five", read_only=True)
8181
82+
Using Large Language Models
83+
===========================
84+
85+
Support for large language models (LLMs) is in ChatterBot is still experimental
86+
(as of version 1.2.7). Notes and current usage example can be found in the
87+
:ref:`LLM Roadmap`.
88+
8289
Django and Flask
8390
================
8491

docs/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ The program selects the closest matching :term:`response` by searching for the c
5656
statement that matches the input, it then chooses a response from the selection of known responses
5757
to that statement.
5858

59+
.. admonition:: April 2025
60+
61+
The dialog processing flow will be slightly different when using
62+
large language models (LLMs). See the :ref:`LLM Roadmap` for more details.
63+
5964
.. _process_flow_diagram:
6065

6166
Process flow diagram
@@ -70,6 +75,7 @@ Contents:
7075
.. toctree::
7176
:maxdepth: 4
7277

78+
About <self>
7379
setup
7480
quickstart
7581
tutorial
@@ -78,10 +84,10 @@ Contents:
7884
preprocessors
7985
logic/index
8086
storage/index
87+
large-language-models
8188
filters
8289
chatterbot
8390
conversations
84-
large-language-models
8591
comparisons
8692
utils
8793
corpus

docs/large-language-models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ become available.
1919

2020
.. note::
2121
* Added April 1st, 2025
22-
* Last updated: April 6th, 2025
22+
* Last updated: April 8th, 2025
2323

2424
**Phase 1:**
2525

0 commit comments

Comments
 (0)