ai-docstring
ai-docstring copied to clipboard
Visual Studio Code extension to quickly generate docstrings for python functions using AI(NLP) technology.
**Describe the bug** Successfully ran docker line for gpu machine using normal docker. ```docker run -it -d --gpus 0 -p 5000:5000 graykode/ai-docstring``` Extension activates but then encounters error code 500...
### Error: Request failed with status code 403 Anytime I've tried to use autodocstring in VS Code, it generates a docstring with arguments, inserts it, successfully inserts the docstring the...
One of my machines is not powerful enough for local AI, and also I don't wanna deal with docker and everything for a VSCode extension. Having the option is great,...
**Describe the bug** A clear and concise description of what the bug is. **Versions (please complete the following information):** - autoDocstring Version: 0.1.3 - Operating System: Windows 10 - Vscode...
I'm attempting to use this on Mac Ventura and running into a very similar issue to #1. The output is the same, but the error is not with memory, or...
Following https://github.com/graykode/ai-docstring#1-run-the-container-for-the-model-inference-server when I run ``` docker run -it -d -p 5000:5000 --memory 2g --memory-swap -1 graykode/ai-docstring:cpu ``` I dont see any containers running via ``` docker ps -a ```...
## Describe the request It would be great to also receive generated text for the [extended_summary] tag. ### Versions (please complete the following information): - autoDocstring Version: `0.1.3` - Operating...
Dear Authors: I found that I can't run the docker normally when I connect the right ip and ports.The terminal returned the message that Error: Request failed with status code...
- Issue Type: `Performance` - Extension Name: `ai-docstring` - Extension Version: `0.1.3` - OS Version: `Windows_NT x64 10.0.21996` - VS Code version: `1.58.2` [graykode.ai-docstring-unresponsive.cpuprofile.txt](https://github.com/graykode/ai-docstring/files/6907426/graykode.ai-docstring-unresponsive.cpuprofile.txt)
**Describe the bug** When I set the "autoDocstring.docstringFormat": "numpy" in the settings.json the file it is ignored, and google style is used instead. When I use the normal auto docstring...