Skip to content

EdenX-97/chat-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


chattools
Chat Tools

Enhanced GPT with more features and faster speed

screenshot

Key Features

  • Based on gpt-api
  • Faster response
  • Automatic summarization
  • Save chat history
  • Predefined tools (most from awesome-chatgpt-prompts)
  • Online search with reference
  • Documents search with reference

How To Install

Download

To clone and run this application, you'll need Git, Python (Suggest version 3.9.0+) and Firefox - ESR installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/EdenX-97/chat-tools

# Go into the repository
$ cd chat-tools

# Install dependencies
$ pip3 install -r requirements.txt

Set up

You have 3 ways to set up the OpenAI API Key:

  1. Create a file named openai_api_key.txt in the root directory and paste your api-key in it.
  2. Run the app, enable professional mode and paste your api-key in the input space.
  3. If you use Hugging Face, you can set up your api-key in your Space - Settings - Repository secrets - New secret
    • Name: OPENAI_API_KEY
    • Secret value: your openai api key

Run

# Run the app
$ python3 app.py

Related

Gradio - Awsome python web app framework

ChuanhuChatGPT - Provided valuable inspiration

Support

Buy Me A Coffee

License

Licensed under the GPL-3.0 license.

About

Enhanced GPT with more features and faster speed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published