Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/chat-play
Cultivation dish of llm apps.
https://github.com/mefengl/chat-play
Last synced: about 2 months ago
JSON representation
Cultivation dish of llm apps.
- Host: GitHub
- URL: https://github.com/mefengl/chat-play
- Owner: mefengl
- License: mit
- Created: 2023-03-21T08:13:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T15:25:22.000Z (7 months ago)
- Last Synced: 2024-10-29T13:55:27.030Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 559 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# chat-play
👋 Hey there!
Welcome to the `chat-play` repository! 🚀
This repo contains a variety of scripts that can be found in the `apps` folder, and it also includes some awesome packages under the `packages` folder like `chatkit`, `monkit`, and `midkit`.
Feel free to explore the repository, and let me know if you have any questions or suggestions. Enjoy! 🥳
## Todos 🎏
- Try to use MDX to generate the documentation
- Remove the annoying badges from the README
- Recommand other scripts in the README
- Extract the common logic of page-button into monkit
- Update MenuManager to support more menu types## Details
Here's a snapshot of what's inside:
> Many of them are just the results of my early exploration and creation. If you cannot use them, you can submit an issue or a pull request to maintain them together!
### Apps
| App Name | Description |
|---------------------------|---------------|
| hello | Hello World example app. |
| init | Base initialization script. |
| auto-continue | Automatically clicks the `Continue Generating` button on the ChatGPT interface when it appears. |
| doozy | Enhances interactions with ChatGPT across various websites. Named after the Chinese term 多嘴, meaning chatty. |
| forget-model-not | Remembers the last selected model on ChatGPT, even after closing the tab or browser. |
| hide-history | Hides the chat history in the ChatGPT interface. |
| horizon | Rearranges the conversation in OpenAI's ChatGPT website to display the chat horizontally. |
| infinite | Automates the process of generating questions in the OpenAI chat interface. |
| midjourney-click-all | Adds an 'ALL' button to Discord, which when clicked, triggers all buttons in a row instantly. |
| octopus | Enables users to send a message to multiple AI language models, such as OpenAI's ChatGPT, Google's Bard, Microsoft Bing, and more. |
| page-summary-button | Adds a "Summarize" button to any web page, which when clicked, generates a summary of the page's content. |
| page-translate-button | Adds a translate button to web pages which, when clicked, sends the text from the webpage to ChatGPT for translation. |
| sensible | Automatically copies the user's message to the clipboard when it's sent and hides warning messages at the bottom of the interface. |
| twice | Makes ChatGPT generate two responses to every question, providing more variety in the answers. |
| smart | Smart Assistant example app. |### Packages
| Package Name | Description |
|-------------------|---------------|
| chatkit | Provides useful functions for chat llms script development. |
| monkit | Provides useful functions for tampermonkey script development. |
| midkit | Provides useful functions for Midjourney script development. |