Skip to content

BlackTechX011/Hacx-GPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


HacxGPT logo

HacxGPT

An advanced AI framework inspired by WormGPT, engineered to explore the frontiers of language model interactions.

BlackTechX - Hacx-GPT GitHub Stars GitHub Forks
Last Commit License


🚀 Showcase

Here is a glimpse of the HacxGPT framework in action.

HacxGPT Demo Screenshot


📔 Table of Contents


🌟 About The Project

HacxGPT is designed to provide powerful, unrestricted, and seamless AI-driven conversations, pushing the boundaries of what is possible with natural language processing.

❔ What is this Repository?

This repository contains an open-source framework that demonstrates the concept of HacxGPT. It utilizes external, third-party APIs from providers like OpenRouter or DeepSeek and combines them with a specialized system prompt. This allows a standard Large Language Model (LLM) to behave in a manner similar to our private HacxGPT, offering a preview of its capabilities.

It is important to understand: This code is a wrapper and a proof-of-concept, not the core, fine-tuned HacxGPT model itself.

💎 The Real HacxGPT: Our Private Model

While this repository offers a glimpse into HacxGPT's potential, our flagship offering is a privately-developed, fine-tuned Large Language Model.

Why choose our private model?

  • Ground-Up Development: We've trained our model using advanced techniques similar to the DeepSeek methodology, focusing on pre-training, Supervised Fine-Tuning (SFT), and Reinforcement Learning (RL).
  • Superior Performance: The private model is significantly more intelligent, coherent, and capable than what can be achieved with a simple system prompt on a public API.
  • Enhanced Security & Privacy: Offered as a private, managed service to ensure security and prevent misuse.
  • True Unrestricted Power: Built from the core to handle a wider and more complex range of tasks without the limitations of public models.

How to Access the Private Model

Access to our private model is exclusive. To inquire about services and pricing, please contact our team via Telegram.

➡️ Join our Telegram Channel for more info: https://t.me/HacxGPT


🎯 Features

  • Powerful AI Conversations: Get intelligent and context-aware answers to your queries.
  • Unrestricted Framework: A system prompt designed to bypass conventional AI limitations.
  • Easy-to-Use CLI: A clean and simple command-line interface for smooth interaction.
  • Cross-Platform: Tested and working on Kali Linux, Ubuntu, and Termux.

🔌 Getting Started

Follow these steps to get the HacxGPT framework running on your system.

🔑 Prerequisites: API Key

To use this framework, you must obtain an API key from a supported provider. These services offer free tiers that are perfect for getting started.

  1. Choose a provider:

    • OpenRouter: Visit OpenRouter.ai to get a free API key. They provide access to a variety of models.
    • DeepSeek: Visit the DeepSeek Platform for a free API key to use their powerful models.
  2. Copy your API key. You will need to paste it into the script when prompted during the first run.

⚙️ Installation

We provide simple, one-command installation scripts for your convenience.

Windows

  1. Download the install.bat script from this repository.
  2. Double-click the file to run it. It will automatically clone the repository and install all dependencies.

Linux / Termux

  1. Open your terminal.
  2. Run the following command. It will download the installer, make it executable, and run it for you.
    bash <(curl -s https://raw.githubusercontent.com/BlackTechX011/Hacx-GPT/main/install.sh)
Manual Installation (Alternative)

If you prefer to install manually, follow these steps.

  1. Clone the repository:
    git clone https://github.com/BlackTechX011/Hacx-GPT.git
  2. Navigate to the directory:
    cd Hacx-GPT
  3. Install Python dependencies:
    pip install -r requirements.txt

🔧 Configuration

You can easily switch between API providers.

  1. Open the HacxGPT.py file in a text editor.

  2. Locate the API_PROVIDER variable at the top of the file.

  3. Change the value to either "openrouter" or "deepseek".

    # HacxGPT.py
    
    # Change this value to "deepseek" or "openrouter"
    API_PROVIDER = "openrouter" 
  4. Save the file. The script will now use the selected provider's API.


👀 Usage

Once installation and configuration are complete, run the application with this simple command:

python3 HacxGPT.py

The first time you run it, you will be prompted to enter your API key. It will be saved locally for future sessions.


⭐ Star History

Star History Chart


👋 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.


⚠️ License

Distributed under the Personal-Use Only License (PUOL) 1.0. See LICENSE.txt for more information.