Closed mbenencase closed 3 months ago
Hi mbenencase,
Thank you for your questions. Below is our answer:
To run on local machines, we install the library and then set some environment variables, as described in Readme.md
pip install agilecoder
pip install git+https://github.com/tree-sitter/tree-sitter-python.git@master
API_KEY=your_api_key
RESOURCE_ENDPOINT=your_resource_endpoint
API_TYPE=azure
API_VERSION=your_api_version
API_ENGINE=your_api_engine
There are no special requirements to run our library. Our method employs Azure GPTs, so it doesn't require GPUs and consume much RAM or CPU.
Hi, following my other issue, I have two questions:
Thanks in advance!