HackerTrans
TopNewTrendsCommentsPastAskShowJobs

singularis

1 karmajoined в прошлом году

Submissions

AI 2027

ai-2027.com
2 points·by singularis·9 дней назад·2 comments

[untitled]

2 points·by singularis·в прошлом году·0 comments

[untitled]

1 points·by singularis·в прошлом году·0 comments

OS – Enhance LLM Responses with Real-Time Web Data Using SearchAugmentedLLM

github.com
2 points·by singularis·в прошлом году·1 comments

[untitled]

5 points·by singularis·в прошлом году·0 comments

[untitled]

1 points·by singularis·в прошлом году·0 comments

[untitled]

1 points·by singularis·в прошлом году·0 comments

Database: Solr or Typesense?

1 points·by singularis·2 года назад·1 comments

YouTube Subtitles Downloader

github.com
3 points·by singularis·2 года назад·0 comments

[untitled]

1 points·by singularis·2 года назад·0 comments

[untitled]

2 points·by singularis·2 года назад·0 comments

comments

singularis
·9 дней назад·discuss
Reading https://ai-2027.com/ after the whole Mythos/Fable 5 saga hits completely different.
singularis
·в прошлом году·discuss
Check out SearchAugmentedLLM, a new project that empowers Large Language Models by integrating real-time web search capabilities. This tool performs Google searches based on user queries, extracts relevant content, and ranks it for contextualized responses. Ideal for Retrieval Augmented Generation (RAG) applications, it's currently in beta and comes with REST API support. Great for developers looking to improve LLM accuracy with up-to-date information! Explore more on GitHub: https://github.com/EliasPereirah/SearchAugmentedLLM
singularis
·в прошлом году·discuss
It's hard to boycott Google, but if I were an employee there I would quit. https://www.youtube.com/watch?v=7aykDynnZpc
singularis
·в прошлом году·discuss
The company raced to beat Amazon to sell AI tools to the Israel Defense Forces.
singularis
·в прошлом году·discuss
https://labs.google.com/search/experiment/1
singularis
·в прошлом году·discuss
This is a open source project allows you to use various models, including those from OpenAI itself and some free ones like Google Gemini, Cohere, SambaNova, Groq, and Cerebras. It's worth noting that Google Gemini is among the best in the LLM Arena.

Why is it free? Google provides a free API with up to 1500 requests per day if it's a Flash model, and 50 requests for the Pro model.

Google isn't the only one; there are several other free options.

Interface: https://eliaspereirah.github.io/OrionChat/

GitHub: https://github.com/EliasPereirah/OrionChat
singularis
·в прошлом году·discuss
All have good models, but i agree with jtbx, Gemini it is very good choice. Sometimes i use gemini-2.0-flash-exp because the gemini-exp-1206 do not work all the times. I think Google is about to release new models
singularis
·2 года назад·discuss
Example: SELECT x,y,z WHERE MATCH(content) AGAINST(:query) AND author = 'jhon'
singularis
·2 года назад·discuss
You can use several other models, including local models using models available in Ollama.
singularis
·2 года назад·discuss
Thanks! I'm glad you're enjoying it. You can add custom prompts directly in the interface without editing prompts.js.
singularis
·2 года назад·discuss
I added a robots against facebookexternalhit/1.1 and after a while the hits stopped. An interesting point is that my website had an error regarding the canonical url and the og:url meta, which basically created a link to a non-existent page. If the page /x was accessed, og:url would be /x/y and if /x/y was accessed then og:url would be: /x/y/y and so on, perhaps this was one of the causes. Although Facebook accesses were repeated on the same pages already accessed.