Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Latest commit

 

History

History
78 lines (46 loc) · 1.72 KB

README.md

File metadata and controls

78 lines (46 loc) · 1.72 KB

This repository is not currently being developed or active, this may change in the future.

Important

I am a new dev, and still learning so ANY help with this project is more than welcome!

Chi

Reminders app that combines ChatGPT, weather and a simple interface perfect for power users into one, singular app. It is a GUI app built in Python. Note: you will need to provide both an OpenAI API key AND a weatherapi.com API key.

Main Page New Reminder

Authors

Badges

AGPL License

Single Dev Project

Contributing

Contributions are always welcome!

Please no spam

Run Locally

Clone the project

  git clone https://github.com/N-coder82/chi.git

Go to the project directory

  cd chi

Install dependencies

  pip install pyqt6
  pip install requests
  pip install openai

Add API keys

see onboarding.txt

Start the app

  python3 /source/app.py

FAQ

How do I run it?

Please see the above section

What is Python/Pip/etc.

If you do not understand these terms, please google and learn, this project is currently geared towards developers.

Where are the binaries

As of 12/22/2023, there are no binaries, only source

Acknowledgements

- Awesome Readme Templates