John Scott
John Scott
@ChesterZhao Set one of your goals to something like "read and review the file `` in the workspace folder" and put the file you want it to read in Auto-GPT/auto_gpt_workspace
I can help out .. and try to answer some of the basic basic questions. I've gone threw a bunch to ask the OP if they are still having the...
requirements.txt has it labeled as gitpython==3.1.31 I see the Dockerfile uses `RUN apt-get -y install git chromium-driver` to install git. You could try `apt-get -y install git`
I've had the same troubles testing it in the .vscontainer using `./run.sh start` in the README.md and in PS with `./run.bat start` shown there too. In the .devcontainer I can...
@xillkoi is this still an issue for you or can this be closed?
Here is the script I used to generate the JSON file: ```python import requests import json def get_all_issues(repo_url, access_token): api_url = repo_url.replace("https://github.com", "https://api.github.com/repos") api_url += "/issues" headers = { "Accept":...
I had it running for a couple hours last night with allenai/c4 English only dataset, the time to complete estimate was showing ~2650 hours so ~110 days if the estimate...
It's because the Azure eastus region doesn't have any CosmosDB capacity available, change "eastus" to "eastus2" in ./infra/main.bicep on line 203