geverl
geverl
llmware version 0.2.12
Sorry, the first L got lost during copy/paste. I've added it. The problem remains, also with llmware version 0.2.15. You have to choose a real existing library.
Sorry, the first L got lost during copy/paste. I've added it. The problem remains, also with llmware version 0.2.15. Here is a full example, where initially no library named "lib2_library"...
I've created an Ubuntu 24.04 VM from scratch just to verify that I can reproduce the behavior described above. After installing Python 3.12 and llmware 0.2.15 I get exactly the...
The following behaves as it should with llmware 0.2.15: ``` library = Library().create_new_library(library_name) print(library.delete_library(library_name=library_name, confirm_delete=True)) ``` With the latest llmware code, the following also works as it should: ``` library...
Hotkeys are extremely intrusive, so there should be an option to completely disable them.