Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

chatgpt

  1. IMMaximum

    ChatGPT and Coding Problems

    So since I don't personally use JavaScript, CSS, and HTML to make code, I had to use ChatGPT to write the code for me. I was coding this on Replit, as per the instructions I was given, but I ran into some problems with my website. I went to ChatGPT to help me, and many other AI Models, but they...
  2. fivesobes

    Node.JS Free To Use Telegram AI Bot

    Repositories; https://github.com/Bes-js/TelegrAI A Telegram AI bot designed to understand and respond to user messages with artificial intelligence capabilities.
  3. fivesobes

    Node.JS Free / Paid Artificial Intelligence Library with GPT Engine for NodeJS

    A powerful library for interacting with the Herc.ai API. NPM Link; https://www.npmjs.com/package/hercai Installation 🔲 Installation For CLI npm i hercai -g 📂 Installation npm i hercai yarn add hercai pnpm add hercai bun add hercai Quick Example Example Question For CommonJS; /* Importing...
  4. Cooldude100

    Python Py-script chatgpt payment api

    I am having troubles with trying to figure out how to use a payment Api. So, I asked ChatGPT to help me. Here is the code: import jsonfrom http.server import BaseHTTPRequestHandler, HTTPServerclass PaymentHandler(BaseHTTPRequestHandler): def _send_response(self, status_code, data)...
Back
Top Bottom