ether / etherpad-lite

Etherpad: A modern really-real-time collaborative document editor.
http://docs.etherpad.org/
Apache License 2.0
15.95k stars 2.78k forks source link

Add a special ChatGPT user #6316

Open fishfree opened 1 month ago

fishfree commented 1 month ago

Or even any OpenAI API compatible LLM user. This user:

  1. can be added to specified documents, and
  2. can receive human prompts or crawl contextual texts as prompts to go on writing.
  3. any other ideas?
mdrehan369 commented 2 weeks ago

do u mean to add a chatbot?

fishfree commented 1 week ago

Yes. We may make something interesting with AI :-)

SamTV12345 commented 6 hours ago

Or even any OpenAI API compatible LLM user. This user:

  1. can be added to specified documents, and
  2. can receive human prompts or crawl contextual texts as prompts to go on writing.
  3. any other ideas?

You could do that yourself. There is an api for writing to a pad. So just stream the content to the pad. You can also react to input into a pad.