BlackTechX011 / Hacx-GPT

Hacx GPT a powerful, evil brother of WormGPT.
https://github.com/BlackTechX011/Hacx-GPT
MIT License
111 stars 26 forks source link

GPT 3.5? #9

Closed t0fum4n closed 4 months ago

t0fum4n commented 4 months ago

Not a hater... But you definitely need to be more clear on what this is.

This is just a fancy system prompt and a call to OpenAI... And not even the good model.

BlackTechX011 commented 4 months ago

@t0fum4n

Brother, you are right. But should training a large language model (LLM) like ChatGPT also require more computational power.

So, it is better to use API and broker it. This is what I have done.

And also, a big reason is that not everyone has a good PC to run LLM, and also, I don't have a good PC or server, so I can provide you guys API.

I am also working on Hacx LLM. It will be good.

Just keep supporting

t0fum4n commented 4 months ago

I 100% agree with you. But what you are representing this as, is not what it is. It's an API wrapper with a fancy system prompt.... Nothing more. Neat. For sure. Good job on it. But you need to be clear with users on what this actually is.

I've built tools just like this. One for fishing. One for Bitcoin price data. One for writing tweets. But none of them use any unique or foundational components. Just off the shelf libraries and APIs.

Now, if you would take a suggestion. Package this with Ollama and instruct users on how to implement that. They even have a pypi package to make it easy.

Again. Not hating... Just making sure things are properly represented.

BlackTechX011 commented 3 months ago

That's a nice idea! I'm already planning to add more modes. However, there's an issue with Ollama that it requires significant compute power and a GPU, which not everyone has access to, including myself. I rely on the cloud for these tasks, and this poses a challenge for implementing local models.