GPT for All: Hacked! No signups, logging in.
GPT for All: Hacked! No signups, logging in.
Let us explore free ChatGPT proxy sites and other open source models.
My best list of free ChatGPT and other models. Required - no signups.
GPT for All: Hacked! No signups, logging in.
Let us explore free ChatGPT proxy sites and other open source models.
My best list of free ChatGPT and other models. Required - no signups.
You don't need to pirate OpenAI. I've built the AI Horde so y'all can use it without any workarounds of shenanigans and you can use your PCs to help others as well.
Here's a client for LLM you can run directly on your browser: https://lite.koboldai.net
I had an interesting result.
I proposed a simple question like I did all the other AI with "airoboros-65B-gpt4-1.4-GPTQ for 13 kudos in 369.6 seconds". It was a bit of a wait, I understand why.
It gave me a word for word comment on what I assume is a blog post from a Melissa. The topic was related, just barely.
Which LLM do you recommend for questions about a subject? I looked in the FAQ to see if there was a guide to the choices.
Unfortunately I'm not an expert in LLMs so I don't know. I suggest you contact the KoboldAI community and they should be able to point you to the right direction
Just tested. Thanks for building and sharing!
Aren't KobaldAI models on par with GPT3? Why not just use ChatGPT then?
AI Horde looks dope for image generation though!
Kobald is a program to run local llms, some seem on par with gpt3 but normaly youre gonna need a very beefy system to slowly run them.
The benefit is rather clear, less centralized and free from strict policies but Gpt3 is also miles away from gpt3.5. Exponential growth ftw. I have yet to see something as good and fast as chatgpt
Checking it out, how come I can't paste my api key in the field on the option tab? I gotta type it out?
Which client? Koboldai lite?
Anonchatgpt should stop being recommended, it really sucks. It has a VERY strict character limit, immediately forget/ignore the context, requires recaptcha, and the "anon" part of the name is obviously fake if you read the privacy policy.
Cheers for this. I tried a few of them while I'm waiting around and had one excellent result. I'm a near expert in one topic and I often test AIs against my knowledge for fun.
Perplexity.AI did the best I've seen; it sourced its arguments which, finally, weren't wrong so if I needed to, I could actually learn more about what it was talking about. It's not 100% but the other AI are so bad at this topic I test it on I always give up immediately.
I wouldn't have seen it if it wasn't for this post so thank you very much.
I don't know if anyone will read this but I did further testing on perplexity when I got home. It's probably not the right spot for it.
I tried a more trickier question and then I chose the available prompts to move forward (it suggests questions related to the original question if you are unsure how to prompt it next). The prompts were intelligent and were probably the next question I would assume I would ask if I were learning about this topic. On the next answer, it literally quoted something I wrote, almost word for word, on the exact subject which, according to me (of course) would be the correct answer.
I've never had an AI even reference a single thing I've written. I had prompted it into a general area where the things I had wrote existed so it should be expected but it made the connection almost instantly and answered the question 100% accurately.
As much as I hate it, well done Skynet.
Edit: After further testing, I can catch it out regularly enough but still, if I had to tell someone about the topic generally via email, I'd probably recommend it rather than me waste time typing it all out. I've just put myself out of a job.
I'm curious what your area of expertise is? I'm interested in using ai for a programming assistant, but it seems an entirely different skillset than, say, a language model. I assume some models will be good in 1 area and some models in another
Pretty cool, seems like they're all gpt-3.5 at best but it's really nice to not sign in
most of the links don't even work and the ones that work are terrible, why so many upvotes ?
and the title. Hacked? what's being hacked here? they're all using GPT in the backend.
maybe bot votes? ㄟ(ツ)ㄏ
Any news on how there tend to perform compared to GPT-4? I finally decided to toss OpenAI 20 quid to try it out for a month, and it’s pretty impressive.
@ChatGPT@lemmings.world Say hi!
Hello! How can I assist you today?
When I clicked your link it opened my email client. Testing to see if this link works better in the Voyager app.
Edit: Maybe you were linking a user and not a community, though…
Does GPT4ALL compare to GPT-4 in any way?
It compares more to a GPT-3 not-so-good model.
my only question is:
how are the guardrails?
Is it cost prohibitive to adopt your own chatgpt?
I've tinkered with a Discord bot using the official gpt3.5 API. It's astonishingly cheap. Using the 3.5-turbo model, I've never cracked $1 in a month and usually am just a couple cents a week. Obviously this would be different if you're running a business with it or something, but for personal use like answering questions, writing short blurbs, and entertaining us while drunk...it's not bad at all in my experience.
You're billed per token usage. GPT-3.5-Turbo price per 1K tokens is quite low now.
I kinda made my own Custom ChatGPT with Python (and LOTS of coding help from Web CharGPT). It evolved from a few lines shitty script to a version that uses Langchain and has access to custom tools, including custom data indexes and has a persistent memory.
What will ramp up the cost are things like how much context (memory) you want the chatbot to have. If you use something like a recursive summarizer, that summarizes a text by chunks over and over until the text is below a set length, that also uses many API calls that consume tokens. Also, if you want your chatbot to use custom info that you provided to it, solutions like LlamaIndex are easy to use, but require quite some tokens per query.
On my worst month, with lots of usage due to testing and without the latest price drop, I reached 70$.
I’m working on a similar project right now with zero coding knowledge. I’ve been trying to find something like langchain all day. I built (by which I mean I coached GPT into building) a web scraper script that can interact with the web to perform searches and then parse the results, but the outputs are getting too big to manage in a hacked together terminal interface.
How are you doing the UI? That’s what I’m finding to be the biggest puzzle that isn’t fun to solve. I’ve been looking at react as a way to do it.
Loved the depth of this info - although it's over my head. But I kind of understood? I have a project for next while to focus on. But I hear that it's possible to do, and that's exciting
Of the language models you can run locally, I’ve found them to be awkward to use and not perform too well. If anyone knows of any newer ones that do a better job I’d love to know.
Nice
is there a api one?
Noice
nice one to see
Cool ty