ether / etherpad-lite

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

Add a special ChatGPT user #6316

Open fishfree opened 7 months ago

fishfree commented 7 months 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 6 months ago

do u mean to add a chatbot?

fishfree commented 6 months ago

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

SamTV12345 commented 6 months 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.