Skip to content

IaNepo is an easy-to-use API that wraps around the ChatGPT webpage, allowing you to interact with it programmatically.

License

Notifications You must be signed in to change notification settings

ChengyanOo/IaNepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IaNepo

IaNepo is an easy-to-use API that wraps around the ChatGPT webpage, allowing you to interact with it programmatically.

How to Run It

  1. Install the required dependencies:
    pip install -r requirements.txt
  2. Start the script:
    python script.py
  3. Send a POST request to:
    {"message": "your_message"}

Why I created this?

As large language models (LLMs) become more powerful, they enable the automation of numerous tasks. IaNepo utilizes Selenium to wrap the ChatGPT webpage into a REST API, making it easier to automate tasks. This can be particularly useful for creating proof-of-concept solutions before committing to paid LLM APIs.

Demo

https://www.loom.com/share/bd5b08dfc2584d95bbe35dcce3ee0bbd?sid=80218582-2d6e-49a0-ba66-fb0df911846f

Example requests and screenshots:

#1 #2

About

IaNepo is an easy-to-use API that wraps around the ChatGPT webpage, allowing you to interact with it programmatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages