Python-ai-assistant icon indicating copy to clipboard operation
Python-ai-assistant copied to clipboard

Python AI assistant 🧠

Results 39 Python-ai-assistant issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

gnupg is already the newest version (2.2.19-3ubuntu2.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Hit:1 http://in.archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease Hit:3 http://security.ubuntu.com/ubuntu focal-security...

i have got a api key for wolfsalpha and it say it isnt working and then spitting out some errors ![Uploading Screenshot from 2022-01-19 10-13-31.png…]()

To implement the api the project needs to be separated into a server and a client. This will the be draft for doing that and later implement the api in...

I'm quite new to the whole Python programming, so I'm sorry if my question is stupid or anything like that. And sorry for bad English it's not my mother tongue....

question

I want to make a ordering skill and for that I need to take repeatedly input many times , how can I do that?

hi Georgios , thank you for this great work and well organised codebase. I noticed we cannot install mongoDB to raspberry pi devices (raspian debian based but there is no...

I abstracted the database logic into dedicated objects that hide the details of the underlying database so it could support multiple database backends pretty easily in the future. I also...