You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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.
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
The text was updated successfully, but these errors were encountered: