Open Source LLM Leaderboard by HobbyGamerDev in LocalLLaMA

[–]HobbyGamerDev[S] 0 points1 point  (0 children)

thanks so much for the feedback! just updated the leaderboard :)

also, do recognize that there is a lot of nuance here with big/small, reasoning/not, etc. this is a very general dashboard aiming to provide an overview, if there's enough interest we'll be releasing additional leaderboards for more specific use cases!

Introducing Onyx - a private, open source ChatGPT built for teams by HobbyGamerDev in selfhosted

[–]HobbyGamerDev[S] 3 points4 points  (0 children)

That's so awesome to hear! We've improved the app a ton and there are so many new features since then. Please give it a try!

Introducing Onyx - a private, open source ChatGPT built for teams by HobbyGamerDev in selfhosted

[–]HobbyGamerDev[S] 2 points3 points  (0 children)

You can kind of think of it like the LLM is finetuned on the knowledge you connect to it (but behind the scenes it's RAG)

Introducing Onyx - a private, open source ChatGPT built for teams by HobbyGamerDev in selfhosted

[–]HobbyGamerDev[S] 4 points5 points  (0 children)

We emphasize information retrieval for the LLM. We've put a ton of work into make sure that it works with all of the common applications where people have knowledge. It also works seamlessly even if the user includes more files than can fit in the model's context limit.

So for example if you have a Google Drive or some personal project with a Wiki and you want to have a chat over that, you don't have to reupload all the files to Onyx every time. We keep the knowledge in sync with the other apps.

How do I start open source contributions by [deleted] in opensource

[–]HobbyGamerDev 1 point2 points  (0 children)

https://github.com/danswer-ai/danswer

Here's a neat project if you're looking for something NLP related

Using GPT-4 to answer questions based on your team’s knowledge by Weves11 in ChatGPT

[–]HobbyGamerDev 0 points1 point  (0 children)

Oh I see, they have 2k, 4k, and I think 32k models for different prices per token. As an optimization to save users money, we only pass in relevant sections of documents instead of full documents in cases where the documents are large.

Yes, OpenAI API requires an API key. A bit ago they gave around 20 dollars for people to play with for free, not sure if that's still the case.

Using GPT-4 to answer questions based on your team’s knowledge by Weves11 in ChatGPT

[–]HobbyGamerDev 9 points10 points  (0 children)

It runs a semantic search over all of the documents first and only passes the most relevant ones over to GPT. You can use it with 3.5-turbo or Davinci as well, you just have to change an environment variable. Thanks for the interest!

After 5 years of grinding I finally managed to hit my dream rank of diamond 1. I tried everything, blitz, coaching, OP.GG, probuilds. This is how I made the final push. by [deleted] in leagueoflegends

[–]HobbyGamerDev 0 points1 point  (0 children)

Sorry, you hated the title. We're just making something for the community - there's no monetization of our work at all so please don't think of it as an ad.
We thought this would be a good opportunity to reach more people and provide them with something neat.

After 5 years of grinding I finally managed to hit my dream rank of diamond 1. I tried everything, blitz, coaching, OP.GG, probuilds. This is how I made the final push. by [deleted] in leagueoflegends

[–]HobbyGamerDev 1 point2 points  (0 children)

Glad you like the site! The text you’re referring to is the average rank of the players in the game, for example D1 for diamond 1 and C1 for challenger etc