poetry install
: install deps
poetry run python main.py
: install deps
- docker (dev only)
- python 3.11
- poetry
- openai token
For now you can ask about how to contribute with Pandas open source project.
- Set envars in .env file, use the .env.example file as an example;
- Run
docker compose up
- Start the application:
poetry run python main.py
- Input your question when "> " appears (loop), if using by cli;
- Input "q" to stop application.