Matthew Ogborne

Results 8 comments of Matthew Ogborne

> Might be being thick, has this been resolved @garmeeh? Tried using 'Blog' and 'BlogPosting' as the type and neither have the required output and get ignored by Google (can...

> ```yaml > python autogpt/data_ingestion.py -h > ``` Have already tried that ``` Requirement already satisfied: autogpt in c:\users\someuser\appdata\local\programs\python\python311\lib\site-packages (0.0.1.dev0) Requirement already satisfied: torch in c:\users\someuser\appdata\local\programs\python\python311\lib\site-packages (from autogpt) (2.0.0) Requirement...

> mkvirtualenv autogpt That did not work either :/ ``` $ git pull Already up to date. ```

> I solved the issue after cloning the repository again This did not work for me, deleted the lot, saved the .env and... ``` $ python 'e:/folder/Auto-GPT/autogpt/data_ingestion.py' -h Traceback (most...

> pip install autogpt ``` someuser@RYZEN MINGW64 /e/NodeJSCourse/Auto-GPT (master) $ pip install autogpt Requirement already satisfied: autogpt in c:\users\someuser\appdata\local\programs\python\python311\lib\site-packages (0.0.1.dev0) Requirement already satisfied: torch in c:\users\someuser\appdata\local\programs\python\python311\lib\site-packages (from autogpt) (2.0.0) Requirement...

``` $ python -m autogpt -h Error creating Redis search index: Index already exists usage: __main__.py [-h] [--continuous] [--continuous-limit CONTINUOUS_LIMIT] [--speak] [--debug] [--gpt3only] [--gpt4only] [--use-memory MEMORY_TYPE] [--skip-reprompt] [--ai-settings AI_SETTINGS_FILE] Process...

+1 for this as its currently resulting in dependency issues with the newer versions of Prisma :(

Hi, Expanding upon this, see Gii for Yii2 https://www.yiiframework.com/doc/guide/2.0/en/start-gii This made developing PHP apps with Yii2 super easy. The whole CRUD, with input fields and filtering out of the box,...