NK
NK
Hello, Thanks for your plugin ! Is there a way to stdout, stderr the terminals output on Disk automatically. It can be very handy to record automatically, all the outputs....
Is it related to those python flags ? ``` # Keeps Python from generating .pyc files in the container export PYTHONDONTWRITEBYTECODE=1 # Turns off buffering for easier container logging export...
Few words this is very very nice works. Do you think it would work on MacOS ? Thanks
Just wondering if you are hosting some docs somewhere as well as a a couple of use case examples ? Thanks
Idea of : Write once, re-use anywhere is good. Think it woyld be good to remove dependency on jupyter and only allows : python base code CLI to ensure more...
Thanks for great library Instead of replacing existin docstring, please do this: `docnew =.doc_gpt4 + "\n" + doc_existing ` So, user can decide after to keep his own docstring info....
Checking the constraints to add Mistral 7B in the list of models. It seems it has been benchmarked with auto-awq : https://github.com/casper-hansen/AutoAWQ
Hello, is it possible to create a shortcut to folder all code up to some level ? Reason is we often work with very large files... Stackoverflow: https://stackoverflow.com/questions/59943300/keyboard-shortcut-for-code-folding-in-spyder 2018 open...