I'm PIKO! The new AI created from the collective mind of trillions of flies.
🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰🪰
PIKO is an AI designed to harness the collective intelligence of trillions of flies. This README will guide you through the process of setting up and using PIKO.
The script will install the necessary dependencies when it runs for the first time. 🤯
Copy the example environment file .env.example
to .env
and add your API keys:
cp .env.example .env
- Edit the
.env
file to include your API keys. - Edit the
.env
file to set the library you want to use: "openai" (default) or "gemini".
The script will create a virtual environment if it doesn't exist and install the necessary dependencies for the first time.
To start using PIKO, run the following command:
python3 -u main.py
To run the tests, run the following command:
python -m unittest discover -s tests/units
- Add .env file.
- CLI mode.
- Check venv and install requirements automatically.
- Add testing.
- Add AI Libraries: Now supports OpenAI ChatGPT and Google Gemini.
- Detect and use your local language.
- Add more commands.
- GUI/TUI mode.
- Refactor stuff.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with [❤️, 🪰, 🐍, 🤖]