install the project
- Groq api Key
- Poetry
- python 3.10+
- make a .env file in root and save your GROQ_API_KEY
poetry install --no-root
poetry run python app/main.py
feel free to add your own
- run script
- 'tell me about my system specifications'
- modify the webhook url with your own url
- run script
- 'send me a joke about computers on discord' you could in theory have it send a specific message to a specific webhook url as well, after modify the function to accept a url in it's argument instead of hard coding it in its function (you can pass the args in the query and the llm should handle it )
- you can specify the args in the query like path="examplepath" ... etc.
- run script
- webscrape https://en.wikipedia.org/wiki/Star_Wars
- or
- search for GTA6
- run script
- 'execute the script.js file in root dir'