Python-ai-assistant
Python-ai-assistant copied to clipboard
Python AI assistant 🧠
0001
I was trying to install this on a raspberry pi. Running Buster. here is the console: ``` Install Python dependencies succeeded! Traceback (most recent call last): File "", line 1,...
Hi, as discussed in https://github.com/ggeop/Python-ai-assistant/issues/112, I reworked the open_in_youtube-skill. Its still a requests.get without using any api or ned of any api-key. Instead of using bs4, i regex-search for the...
Hi, it seems like the 'open_in_youtube'-Skill is not working (at least for me). So '_jarvis play mozart_' will always tell you '_I can't find what do you want in Youtube.._'....
Hello, I would like to know if I can integrate this assistant with another application, that is, that I can send her a query and she will return a response...
Hey .. I installed jarvis on debian 10. I always get the error speech and console error message: can only concatenate str ( not "NoneType") to str. it does some...
This is my `settings.py`: ``` DEFAULT_GENERAL_SETTINGS = { 'assistant_name': 'Jarvis', 'input_mode': InputMode.VOICE.value, 'response_in_speech': False, 'response_in_text:': True, } ``` In Jarvis console: ``` ========================================================================================================= GENERAL INFO ========================================================================================================= RESPONSE IN SPEECH: NOT...
ERROR: Command errored out with exit status 1: /home/praveen/Jarvis/jarvis_virtualenv/bin/python /home/praveen/Jarvis/jarvis_virtualenv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpi03msa_5 Check the logs for full command output. Install Python dependencies failed Can you please help me ?