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: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,7 @@ This works best on short texts (given the context length limitations of GPT mode
137
137
Topically is pretty simple and early in its life. At the moment, it's made up of two main class:
138
138
139
139
### `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.
142
141
143
142
### `ClusterNamer`
144
143
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