Skip to content

Commit 63dfc2f

Browse files
committed
fix unintended removal
1 parent 7a2fd81 commit 63dfc2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ This works best on short texts (given the context length limitations of GPT mode
137137
Topically is pretty simple and early in its life. At the moment, it's made up of two main class:
138138

139139
### `Topically`
140-
This class maintains the client to the
141-
platform, and exposes the main interaction point with Topically (name_topics, at the moment). It lives in app.py.
140+
This class maintains the client to the [Cohere](https://cohere.ai/) platform, and exposes the main interaction point with Topically (name_topics, at the moment). It lives in app.py.
142141

143142
### `ClusterNamer`
144143
This class deals with preparing the prompts and calling the Generate endpoint to generate suggested topic names. It lives in cluster_namers.py.

0 commit comments

Comments
 (0)