DataBassGit

Results 15 comments of DataBassGit

The load_prompt function reads the prompt.txt file from the data subdirectory. If the script is not able to access the file, the most likely reason is that the working directory...

It’s the data.py module. _ _ _ _ _ which file is that in? —

I see you looking over my shoulder. Thoughts? I've got a friend who is going to clone the branch and test for me. (hopefully) I don't have a working environment...

https://github.com/DataBassGit/Auto-GPT/blob/master/scripts/ai_function_lib.py @Koobah This is basically what I'm working with atm. I think we can probably add a verify_json function to a gpt-3.5 segment of that function.

Pull request on this is submitted. I'm going to start looking into more models and platforms that can be incorporated.

I might be able to swing that. Let's see if this merge gets approved. I'm also looking at implementing GPT4all.

They moved the API call to GPT-4 to an external library in main.py, but there are still some scripts that call openai directly, like chat.py, browse.py etc. GPT4all doesn't support...

The Python Client for gpt4all only supports x86 Linux and ARM Mac.

There's an issue with this. Auto-GPT relies on specifically structured prompts in order to function correctly. Llama does not do well at providing prompts structured in the exact format that...

@MarkSchmidty We absolutely could port the prompts and responses from autogpt to file and use that for fine tuning vicuna. I don't have a GPU, however, so I'm not able...