Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI summary #198

Open
uGeek opened this issue Jul 13, 2024 · 2 comments
Open

AI summary #198

uGeek opened this issue Jul 13, 2024 · 2 comments

Comments

@uGeek
Copy link

uGeek commented Jul 13, 2024

You can implement a feature similar to the one that cleans up the web content and shows the most important parts, and also provide an option to preview it in plain text. You could use AI services, such as Groq or Ollama, even for free, to add a prompt that allows you to summarize the content of the article. Currently, I'm using this from the terminal by sending the plain text output from txtdot to the AI to have it summarize the content, and then I avoid having to read long articles that don't say much and focus on the important points of the

@artegoser
Copy link
Member

This feature was already in development, in the ai-plugin branch. I'm faced with the fact that there are no normal free apis for working with such large texts, if you know any, can you recommend them?

@uGeek
Copy link
Author

uGeek commented Jul 17, 2024

With API and for free, I only know groq, although it has a wide query limit, it still has a limit. Perhaps if this option is added, it would be necessary to include a username and password, so that by adding it to the URL https://username:password@domain/... one could access it without consuming the administrator's tokens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants