Skip to content

Commit f794695

Browse files
author
Chester Curme
committed
update readme
1 parent c80b8b2 commit f794695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ or build and run using the [Dockerfile](Dockerfile).
2222
Ghost has four endpoints:
2323
* `/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)).
2424
* `/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).
2626
* `/login`: this endpoint can produce a token for use with `/llm_send` and `/llm_memory`.
2727

2828
## Testing

0 commit comments

Comments
 (0)