Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinosal/cowriter
Write 10x faster using OpenAI's GPT-3 based Davinci model to autocomplete your text
https://github.com/kinosal/cowriter
ai gpt machine-learning nlp
Last synced: 19 days ago
JSON representation
Write 10x faster using OpenAI's GPT-3 based Davinci model to autocomplete your text
- Host: GitHub
- URL: https://github.com/kinosal/cowriter
- Owner: kinosal
- Created: 2023-01-09T10:24:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T11:16:27.000Z (11 months ago)
- Last Synced: 2024-08-01T02:33:29.494Z (4 months ago)
- Topics: ai, gpt, machine-learning, nlp
- Language: JavaScript
- Homepage: https://ai-cowriter.com
- Size: 202 KB
- Stars: 42
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autocomplete text with this AI Cowriter
Live version of this app at [ai-cowriter.com](https://ai-cowriter.com)
## Description
This mini-app acts as your cowriter for any kind of text. Just start to type and your AI companion - powered by OpenAI's [GPT models](https://platform.openai.com/docs/models/overview) - will suggest words and phrases to complete your text.
The text prompt creation form only requires an indication of what type of text you are writing (blog post, LinkedIn post, Tweet, or Email). It optionally accepts a topic and mood parameter. The app then generates a prompt with an instruction to suggest the next words and sends this to the OpenAI API which predicts the next likely to be used tokens.
The UI displays the suggested completion and allows the user to accept or reject it to continue writing.
## Contribution
I hope this will be of value to people seeking to understand GPT-3's current capabilities and the overall progress of natural language processing (NLP) and generative AI. Plus maybe you can actually use the app to speed up your writing process, even though this is a very crude MVP.
Please reach out to me at [email protected] with any feedback - especially suggestions to improve this - or questions you might have.