Lily Rudloff
Lily Rudloff
When running the application with a good dataset I get the following errors. `ValueError: Trying to share variable discriminator/conv1/kernel, but specified shape (5, 5, 3, 64) and found shape (5,...
This is a http server with autogenerated doc via fastapi
The setup.py is missing from the project, your installation directions say to run `python setup.py install` but I get the following error. ``` python setup.py install >> C:\Python39\python.exe: can't open...
**Is your feature request related to a problem? Please describe.** Api for services **Describe the solution you'd like** Design a an api that can be used to generate audio files...
I'm having issues where my sensors are not updated I don't know if it's related to my home assistant instance or if it's related to this plug-in itself
Logger: homeassistant.components.climate Source: components/climate/__init__.py:367 integration: Climate (documentation, issues) First occurred: 1:57:02 AM (1 occurrences) Last logged: 1:57:02 AM Entity None () implements HVACMode(s): heat, cool, off, heat_cool and therefore implicitly...
hi, does this use function calling
```def add_new_sharepoint_list_item(title,description): client = GraphClient(get_client) site = client.sites site = site.get_by_url('https://inghamcnty.sharepoint.com/sites/EmployeeDirectory') lists = site.lists directory_list = lists.get_by_name("Directory") # Retrieve items from the list # Access the items collection items =...