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-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ or build and run using the [Dockerfile](Dockerfile).
22
22
Ghost has four endpoints:
23
23
*`/llm_reply`: configuring a Twilio SMS webhook to this endpoint will produce replies for inbound messages from known contacts (those in [contacts.json](ghost/settings/contacts.json)).
24
24
*`/llm_send`: this endpoint will send an unsolicited message to a known contact following a given input prompt (requires authentication).
25
-
*`/llm_memory`: this endpoint will fetch conversation histories with all contacts.
25
+
*`/llm_memory`: this endpoint will fetch conversation histories with all contacts (requires authentication).
26
26
*`/login`: this endpoint can produce a token for use with `/llm_send` and `/llm_memory`.
0 commit comments