repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
significantgravitasautogpt | fix memory by add it only when context window full | Bug | background currently the memory be add at the cycle number 2 it doesn t make sense because we don t need memory if the context window be small change add the memory only when the context window be full we happen to have a while loop that do exactly that so I just insert the memory in there ... |
significantgravitasautogpt | fix problem where workspace be resolve on directory too low | Bug | when a file be be write or append to this bug give path to file outside workspace when run in docker background since some day back in master when start in docker file have always try to be write to app autogpt auto get workspace which be unfortunate since the workspace be mount under ap... |
significantgravitasautogpt | fix orjson on macos | Bug | background fix 3455 change specify orjson version 3 8 11 pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my change with multiple different prompt x I have consider potential risk and mitigation for my change... |
significantgravitasautogpt | build error with m1 mac | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use macos which version of auto gpt be you use stable branch gpt 3 or gpt 4 gpt 4 step to reproduce git clone b stable cd... |
significantgravitasautogpt | repository url vs url | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use window which version of auto gpt be you use late release gpt 3 or gpt 4 gpt 4 step to reproduce follow the conversation and o... |
significantgravitasautogpt | reduce momery size for very large and complex task use chatgpt to summarize the memory | Enhancement | duplicate x I have search the exist issue summary the idea be when a task be very large rather than remove past token from the memory chatgpt can create a short detailed summary of the task do include set of action goal deliverable etc the goal be to increase the long term me... |
significantgravitasautogpt | minor improvement to the doc for voice config and testing | Documentation | fix a break link in the contribution guide clarify how we use cassette in test remove duplicate info block about elevenlabs config preview |
significantgravitasautogpt | error response from daemon manifest for significantgravitas auto gpt late not find | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use macos which version of auto gpt be you use late release gpt 3 or gpt 4 gpt 4 step to reproduce there be no tag in the command... |
significantgravitasautogpt | browse website do not gracefully handle browse error | Bug | it seem that even simple thing can throw really ugly error url barrel roll com next action command browse website argument url barrel roll com question how to execute a barrel roll enter y to authorise command y n to run n continuous command n to exit program ... |
significantgravitasautogpt | hotfix validate url strip query param | Bug | background hotfix for the issue in sanitize url that be strip url param 3175 change in sanitize the url be reconstruct with the param and query string documentation test plan add test for expect behavior pr quality checklist x my pull request be atomic and f... |
significantgravitasautogpt | auto switch to gpt 35 turbo gpt 4 and gpt 4 32k when number of token exceed by query | Enhancement | duplicate x I have search the exist issue summary there s a few bug report close to this but would it not make sense to get rid of the error system command get text summary return error this model s maximum context length be 4097 token however your message result in 5113 token ... |
significantgravitasautogpt | fix workspace root resolution | Bug | background bill workspace be break again change resolve workspace root as well before check path relativity test plan yay ci pr quality checklist x my pull request be atomic and focus on a single change I have thoroughly test my change with multiple different prompt ... |
significantgravitasautogpt | hey you there yes you good boy help I if you can spare 5 minute for I | Invalid | I m not a developer but I m curious so I m spend a lot of my life s saving here and try different thing you be all the good developer out there I know for sure that the agent need correct english to work smoothly however I only want the output to the terminal such as the system think reasoning plan ... |
significantgravitasautogpt | no module name openai | Invalid | hello this be my first pull request I ll do my good to point it out I have instal the whole thing on an ubuntu stable 22 04 I follow the recommend command line to install everything I then want to run the script the command to run the script give I this python m multigpt the command py... |
significantgravitasautogpt | add extension filter to search file | Enhancement | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use linux which version of auto gpt be you use master branch gpt 3 or gpt 4 gpt 3 5 step to reproduce let au... |
significantgravitasautogpt | fix doc | Documentation | change use admonition instead of diy notice or attention grab text fix setup guide for use docker fix formatting and content test plan preview pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my change with multipl... |
significantgravitasautogpt | fix macos tts py remove url from the text before play it with | Enhancement | macos tts background this pull request aim to improve the macos tts functionality by remove url from the text input before pass it to the tts engine the rationale be to improve the user experience when listen to the tts output change the follow change be make 1 update the s... |
significantgravitasautogpt | improvement to git handling include solution and logic | Enhancement | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use devcontainer codespace which version of auto gpt be you use master branch gpt 3 or gpt 4 gpt 3 5 step to re... |
significantgravitasautogpt | respondeat superior | Documentation | this be not intend as legal advice but I m in my 3rd year of law school and as I be browse the code and interact with the program I feel it might be a good time to mention something there be a concept under the law call respondeat superior in a nutshell it mean that a principle be liable for the action o... |
significantgravitasautogpt | update imagegen md to add sdwebui | Documentation | documentation add instruction for use stable diffusion web api background instruction for sdwebui be miss change add instruction for set image provider in env documentation test plan pr quality checklist x my pull request be atomic and focus on a singl... |
significantgravitasautogpt | docker file access read from wrong directory instead of mount workspace | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use docker which version of auto gpt be you use master branch gpt 3 or gpt 4 gpt 3 5 step to reproduce any action need file ac... |
significantgravitasautogpt | fix milvusmemory connect to zilliz | Bug | background a new bug be introduce by 2127 change fix new bug in milvusmemory construction documentation test plan pass manually test pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my chan... |
significantgravitasautogpt | add cli args for ai name ai role and ai goal | Enhancement | background currently you have to either specify the ai settings yaml file or provide user input in order to set the ai name role and goal ideally we can set these via command line and directly enter execution change add command line param for the above and then pass they down to the configu... |
significantgravitasautogpt | remove plugin notice from contribute md | Documentation | background plugin support be expect to ship within the week you can follow pr 757 for more update this be outdate and should be remove change remove that notice documentation test plan pr quality checklist x my pull request be atomic and focus on a singl... |
significantgravitasautogpt | reproduceable crash when summarize multiple chunk of large file | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use linux which version of auto gpt be you use late release gpt 3 or gpt 4 gpt 3 5 step to reproduce see prompt... |
significantgravitasautogpt | add probably erroneously remove return value from execut shell g | Bug | ive none in return always otherise not ideal background I note I never get any result back from execute shell change actually do return the result that be calculate from execute shell documentation test plan I test it manually by build a new container wi... |
significantgravitasautogpt | fix markdown rendering issue in documentation for google search setup | Documentation | background the rendering of the list for set up google search be mangle because there be no newline between previous senence and the second one change add newline so the md be render correctly on github documentation test plan pr quality checklist x my p... |
significantgravitasautogpt | fix url to doc in api throttle message | Documentation | update url as request replace openai api key configuration with openai api key configuration simple change |
significantgravitasautogpt | use visual browsing to improve search browse performance | Enhancement | duplicate x I have search the exist issue summary autogpt ai ai ai 3d ai ai 404 ... |
significantgravitasautogpt | validate url truncate url search parameter | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use macos which version of auto gpt be you use master branch gpt 3 or gpt 4 gpt 3 5 step to reproduce when open a url with a s... |
significantgravitasautogpt | auto gpt json be not copy into the docker container | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use arch docker which version of auto gpt be you use late release gpt 3 or gpt 4 gpt 3 5 step to reproduce run ... |
significantgravitasautogpt | why do it always search the web when answer question it should only search the web very infrequently | Enhancement | duplicate x I have search the exist issue summary you should leverage the power of gpt 4 much more rather than have it spend time search the web to get information it should build specific program and script and store the information in the vector database then it should query itself wit... |
significantgravitasautogpt | utf8 file unsupported | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use linux which version of auto gpt be you use stable branch gpt 3 or gpt 4 gpt 4 step to reproduce place a file with utf8 e... |
significantgravitasautogpt | fix clone repository to conform to url validation | Bug | background in the most recent change git clone no long adhere to the url validation schema cause positional argument error change change repository url to url to adhere to the url validation schema documentation update the function documentation to say url instea... |
significantgravitasautogpt | create codeql yml | Invalid | background change documentation test plan pr quality checklist my pull request be atomic and focus on a single change I have thoroughly test my change with multiple different prompt I have consider potential risk and mitigation for my change ... |
significantgravitasautogpt | web selenium add ignore local proxy argument for chromedriver | Bug | background this pr be intend to fix some issue with error message browse website return error message when use a local proxy the chromedriver return 502 error code but not visiable in the log in fact driver open a separate chrome app with a default profile that use the system proxy ... |
significantgravitasautogpt | fix test search file for window | Bug | background image test fail on window due to windows directory separator change use os path join instead of hardcode slash pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my change with multiple different prompt ... |
significantgravitasautogpt | fix milvus module config import | Bug | background discussion r1174607373 change fix module path documentation test plan pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my change with multiple different prompt x I have consider... |
significantgravitasautogpt | improve reasoning base on web datum | Enhancement | duplicate x I have search the exist issue summary I ve be try autogpt and I think we can improve the reasoning behind use web datum this be mean to address the issue of poor datum quality on the internet right now I ve encounter the follow action if the first article return isn t relevant ... |
significantgravitasautogpt | add support for more web broswer | Enhancement | duplicate x I have search the exist issue summary now it only support chrome firefox and safari I need more support such as edge and opera example no response motivation selenium support they and can be write like the chrome |
significantgravitasautogpt | add proxy server for chrome | Enhancement | duplicate x I have search the exist issue summary I have hack the web selenium py to support proxy server example add this line to env proxy server socks5 127 0 0 1 9999 motivation so the selenium browser will work |
significantgravitasautogpt | modulenotfounderror no module name selenium webdriver safari option | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use macos which version of auto gpt be you use stable branch gpt 3 or gpt 4 gpt 4 step to reproduce safari option be a know bu... |
significantgravitasautogpt | remove extra double quote | Documentation | background the double quote after the first triple quote should be remove change documentation test plan pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my change with multiple different prompt x I... |
significantgravitasautogpt | add model argument to analyze code | null | duplicate x I have search the exist issue summary next action command analyze code argument code model gpt 3 example the ai be try to anaylze code with the model as an argument I thaught it would be a good idea to have this option motivation no ... |
significantgravitasautogpt | add test for the util module | Enhancement | background change documentation test plan pr quality checklist x my pull request be atomic and focus on a single change I have thoroughly test my change with multiple different prompt x I have consider potential risk and mitigation for my change ... |
significantgravitasautogpt | train spawn agent | Enhancement | duplicate x I have search the exist issue summary when give a goal to spawn an agent with a specific task the agent should be train on how to perform that task first for instance I m try to create a midjourney prompt bot with one agent that generate prompt and another agent that cri... |
significantgravitasautogpt | if next action count 0 display next action count when think | Enhancement | background when set a large number of continuous action at the prompt y n it would be nice to know how many action remain between command run change add show remain next action count next to think in between command run documentation this doesn t change behavior and j... |
significantgravitasautogpt | ungraceful crash on possible openai api failure or unavailability | Bug | x I have search the exist issue and there be no exist issue for my problem which operating system be you use macos python 3 11 3 which version of auto gpt be you use master branch git commit 91537b049625b6516f2b5f7361ae993d4e878a2e gpt 3 or gpt 4 gpt 3 5 ... |
significantgravitasautogpt | update readability and grammatical improvement | Documentation | background I apply a few readability improvement to ensure new contributor can get start quickly add command where possible and do a bit of tidy up clean up overall change add requirement text as prerequisite add an important paragraph with must have s and recommendation rewrote ... |
significantgravitasautogpt | 2645 fix image generation with dalle | Invalid | background this be a bug fix for issue 2645 there be a mismatch in parameter use in call generate image with dalle change I modify generate image with dalle to accept the third argument be pass size int which the code be already look for documentation documentation and code ... |
significantgravitasautogpt | feat add event dispatcher | Enhancement | background the output of autogpt be log to the console and prompt there be no possibility to directly interact with the output the aim of the event dispatcher be to provide the possibility for send the event to a define endpoint the endpoint can be any microservice or 3rd party application which then can... |
significantgravitasautogpt | maximum context length exceed after get hyperlink | Bug | x I have search the exist issue and there be no exist issue for my problem which operating system be you use macos macos on m2 python 3 11 3 darwin macbook pro local 22 4 0 darwin kernel version 22 4 0 mon mar 6 21 01 02 pst 2023 root xnu 8796 101 5 3 release arm64 t8112 arm64 ... |
significantgravitasautogpt | add a precheck module to the auto gpt workflow | Enhancement | duplicate x I have search the exist issue summary I find that the auto gpt may find many 404 url example next action command clone repository argument repository url clone path home user repository enter y to authorise command y n to run n c... |
significantgravitasautogpt | fix test cost a small fortune | Enhancement | duplicate x I have search the exist issue summary add timeout for test in python so that we don t burn credit like its free money add check to what file have change and only run test if code have change add timeout for testing step in gh action so even if we burn money its limited ... |
significantgravitasautogpt | automatic prompt | Enhancement | background prompt engineering although in english be a bad user experience that take skill and practice this addition remove the need for laborious prompt engineering from auto gpt by create a system so easy that anybody can use it effectively instead of have to manually enter the ai config inf... |
significantgravitasautogpt | python 3 11 fix replace spacy with nltk in autogpt processing text py | Invalid | python 3 11 fix replace spacy with nltk in autogpt processing text py spacy cause issue with python 3 11 on some linux machine an easy fix be to use nltk instead here be the change text processing function from type import dict generator optional add i... |
significantgravitasautogpt | re work doc and split out readme use mkdoc | Documentation | background the readme be too long and difficult to read maintain split into separate markdown file in the doc folder set up mkdoc to host a static site on github page change documentation test plan pr quality checklist x my pull request be atomic and focu... |
significantgravitasautogpt | add recency and importance for memory retrieval | Help Wanted | duplicate x I have search the exist issue summary from this paper it make sense to consider the importance and recency of the memory when retrieve not only the semantic relevance as implement today if we treat autogpt as a functional human like agent this make sense as the very old mem... |
significantgravitasautogpt | use nltk instead of spacy | Invalid | spacy be not fully compatible with some new python build an easy solution be to use nltk instead see the detail of the issue here issuecomment 1518531266 I have modify the text py file it now work on debian 11 with python 3 11 text zip please add it to the github also update the requir... |
significantgravitasautogpt | a readme of chinese | Documentation | duplicate x I have search the exist issue summary I want to create a readme of chinese can I do that filename readme cn md example no response motivation no response |
significantgravitasautogpt | error instal on raspberry pi os | Documentation | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use linux which version of auto gpt be you use late release gpt 3 or gpt 4 gpt 3 5 step to reproduce I m try to install on the ra... |
significantgravitasautogpt | maximum context length exceed after google search | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use linux which version of auto gpt be you use late release gpt 3 or gpt 4 gpt 3 5 step to reproduce after auto gpt make 2 or 3 r... |
significantgravitasautogpt | redi crash when datum be add to memory | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use window which version of auto gpt be you use master branch gpt 3 or gpt 4 gpt 3 5 step to reproduce set u... |
significantgravitasautogpt | allow for other executable file type to be run within command execute code py | Enhancement | summary add the ability for other executable file to be run with command execute code py currently only py file be implement |
significantgravitasautogpt | add basic spinner test and modify spinner method docstre | Enhancement | background improve the quality of autogpt by add unit test start add unit test to the spinner class change add 5 basic unit test to the spinner class modify the docstring of update message method documentation test plan pr quality checklist x my pull r... |
significantgravitasautogpt | fix typo | Bug | change fix a typo in google search py file pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my change with multiple different prompt x I have consider potential risk and mitigation for my change x I have docu... |
significantgravitasautogpt | well code resilience add fallback to empty dictionary for config param if it be none | Enhancement | background when the app be load and there s a config file available but empty there s nothing to hinder that object isn t instantiate and in this case config param will turn out none since value be expect an error be throw an unhandled but the flow could actually handle that there aren t value in ... |
significantgravitasautogpt | error can not identify image file io bytesio object at 0x7fc663ff9710 | Bug | have anyone be through this use kali linux 2023 1 and stable version env conf open ai image provider image provider example dalle image size image size example 256 dalle 256 512 1024 image provider huggingface image size 256 huggingface huggingfa... |
significantgravitasautogpt | enocde instead of encode typo in autogpt command google search py line 113 | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use linux which version of auto gpt be you use late release gpt 3 or gpt 4 gpt 3 5 step to reproduce there be a typo in the file ... |
significantgravitasautogpt | fix use a modern prompt to avoid d char when use arrow leave and | Enhancement | background this pr aim to fix an issue with the input prompt where arrow key would generate unwanted character d in the input when use arrow we also want to ensure that the colored output work correctly with the new input method prompt toolkit also support history with up and down arrow which ... |
significantgravitasautogpt | bug template be borke | Bug | duplicate x I have search the exist issue summary look like be bust nobody can create a bug report example no response motivation no response |
significantgravitasautogpt | consulta teol gica | Invalid | crear una app de consulta b blica y teol gica a partir de una biblioteca personal desde el software b blico logo instalado en mi mac |
significantgravitasautogpt | integrate plugin handle text embed hook | Enhancement | background currently the plugin have provide an interface that can replace openai s text completion but for user who want to run everything locally use custom model for embedding be also very necessary change in autogpt model base open ai plugin py add can handle text embed and ... |
significantgravitasautogpt | improve code quality and performance by add staticmethod wrapper | Invalid | background in some case method that do not require access to instance attribute or method have not be decorate with the staticmethod wrapper to address this issue a pull request have be submit to add the staticmethod wrapper to these method improve code quality and performance change ... |
significantgravitasautogpt | maximum context length exceed after read file ingest file search file | Bug | description when attempt to analyze a code file use the auto gpt project I encounter an error due to exceed the maximum context length of the openai model the model s maximum context length be 8191 token but my request use 19023 token step to reproduce 1 run auto gpt in gpt3 5 only mode 2 ... |
significantgravitasautogpt | update readme md | Documentation | I make some step clear to follow make some sentence clear and generally fix grammar and punctuation I also add an important note about watch your usage and info about set up usage limit reason I m a knowledge base writer for software product background change documenta... |
significantgravitasautogpt | maximum context length exceed after browse website | Invalid | model token length limit define in env do not seem to propagate to all relevant part of the code I be use gpt 3 5 turbo and have set token limit to 4000 in env I be use the late stable branch in window and invoke with run bat |
significantgravitasautogpt | importerror dll load fail while import numpy op the specify module could not be find | Bug | hi everyone I be get this error after instal auto gpt 0 2 2 on a fresh install of window 10 with python310 environment this be run in a virtualbox vm setup just for autogpt so the environment be only set up accord to the auto gpt install direction auto gpt 0 2 2 window 10 python310 step to re... |
significantgravitasautogpt | make load azure config throw if azure yaml do not exist | Bug | background when azure yaml can t be load it now just continue silently even if use azure be set instead of break later on when the api call start to fail it should fail immediately and throw a filenotfounderror change remove try except block in load azure config ... |
significantgravitasautogpt | python dotenv could not parse statement start at line | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use linux gpt 3 or gpt 4 gpt 4 step to reproduce commit pip python python dotenv 999990b614f9c... |
significantgravitasautogpt | huggingface retry generate image with delay | Enhancement | background the command generate image with huggingface may return an error response due to the service queue the request this result in the image fail to generate a delay may be invoke and the request retry in order to return a successful image can not identify image file io bytesio obje... |
significantgravitasautogpt | create security md | Documentation | add security policy as repo didn t have one update as need background change documentation test plan pr quality checklist my pull request be atomic and focus on a single change I have thoroughly test my change with multiple different prompt ... |
significantgravitasautogpt | command google return only 6 website and it be not able to change next google page | Enhancement | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use window gpt 3 or gpt 4 gpt 4 step to reproduce every time that auto gpt perform a search on google with the same input ... |
significantgravitasautogpt | image generation fail with dalle and how I fix it | Bug | attempt image generation with dalle and receive info system command generate image return error generate image with dalle take 2 positional argument but 3 be give I be able to fix this in the image gen py script by add the third miss argument at line 79 as see below def generate image with dalle... |
significantgravitasautogpt | pip pip3 | Invalid | first contribution to open source I do a minimul change in dockerfile where I change pip to pip3 |
significantgravitasautogpt | add function and class description to test | Documentation | background the codebase of the project have grow in complexity and size make it difficult for developer to understand the purpose and functionality of the various function and class to address this issue a pull request have be submit to add description to all function and class in the codebase cha... |
significantgravitasautogpt | auto gpt release 0 2 2 write to file operation fail after delete file operation perform | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use window gpt 3 or gpt 4 gpt 4 step to reproduce it seem that when a file txt be delete auto gpt be not able to write o... |
significantgravitasautogpt | update readme md | Documentation | background n a change fix typo in readme md documentation n a test plan n a pr quality checklist my pull request be atomic and focus on a single change I have thoroughly test my change with multiple different prompt I have consider potential risk and m... |
significantgravitasautogpt | add instruction to show env | Documentation | background this pull request aim to improve the user experience when configure api key in the auto gpt project the change include clear instruction for access hide file env template in various operating system and explain the rationale behind hide the file change update the configuration ... |
significantgravitasautogpt | add plugin md with a list of link to know community plugin | Documentation | background change documentation test plan pr quality checklist x my pull request be atomic and focus on a single change I have thoroughly test my change with multiple different prompt x I have consider potential risk and mitigation for my change ... |
significantgravitasautogpt | add miss size param to generate image with dalle | Bug | background size parameter be not use in require function parameter change add size variable to function parameter |
significantgravitasautogpt | error the model gpt 4 do not exist | Bug | discuss in I run it with the gpt4only parameter openai error invalidrequesterror the model gpt 4 do not exist although active gpt4 subscription and not at api limit alt text traceback most recent call last file line 198 in run module as main file ... |
significantgravitasautogpt | deep lake vector store | Enhancement | background deeplake can be use as a new optional memory backend it s a open source software that can be easily instal with pip install deeplake change exist function be not modify add deeplake as a new optional memory backend part of document about memory backend be update docume... |
significantgravitasautogpt | update the search file to address those argument | Enhancement | duplicate x I have search the exist issue summary next action command search file argument directory filename task specific algorithm py next action command search file argument directory pattern task specific algorithm py next action co... |
significantgravitasautogpt | include openapi python client in docker build | Bug | background change move openapi python client 0 13 4 in docker section test image pr quality checklist x my pull request be atomic and focus on a single change x I have thoroughly test my change with multiple different prompt x I have consider potential r... |
significantgravitasautogpt | doc update git clone command to use stable branch | Documentation | since master should not be use for installation as describe in the readme it would be well to checkout the stable branch immediately when clone to prevent people from report issue that be not in the stable environment pr quality checklist x my pull request be atomic and focus on a single change ... |
significantgravitasautogpt | fix validate json file error when cwd project root | Bug | background if run from any directory other than auto gpt the program will crash give the follow error message file appdata local program python python311 lib site package click decorator py line 26 in new func return f get current context args kwargs ... |
significantgravitasautogpt | readme md add table of content guide for docker | Documentation | background 1 there be no table of content so I make one for read the documentation more optimally 2 there be no link that redirect on how to install docker engine for people who just start with docker change 1 add a table of content for easy navigation through the readme md 2 inclu... |
significantgravitasautogpt | docker image crash on start build with current master | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use docker gpt 3 or gpt 4 gpt 4 step to reproduce 1 check out master 2 remove all exist docker container for autgpt 3 remove all... |
significantgravitasautogpt | spacy module installation | Bug | search for exist issue first x I have search the exist issue and there be no exist issue for my problem which operating system be you use window gpt 3 or gpt 4 gpt 3 5 step to reproduce fail to first start current behavior no response expect behavior ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.