Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix everything #1444

Merged
merged 5 commits into from
Apr 15, 2023
Merged

Fix everything #1444

merged 5 commits into from
Apr 15, 2023

Conversation

BillSchumacher
Copy link
Contributor

Background

Changes

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes

Copy link
Contributor

@p-i- p-i- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@p-i- p-i- merged commit 4bb7a59 into Significant-Gravitas:master Apr 15, 2023
@BillSchumacher
Copy link
Contributor Author

💪🏻

@apatrickegan
Copy link

apatrickegan commented Apr 16, 2023

I successfully ran the data_digestion.py and it chunked one file

does this run "while" autogpt is running or before?

I just ran it from a command line.

Hi guys. does this do vector embedding with Pinecone in the results? How long does the fine tuning last? does this store the vectors at pinecone? I tried to query my test file. and it did not work??

I asked it about this: There were 6 cats and 6 dogs living in a house. One day, a giant worm appeared and started to attack the pets. The cats and dogs joined forces and managed to defeat the worm after a long and fierce battle. As a reward, they found a treasure chest containing 10 gold coins.

I asked how many cats and dogs were living in the house with the giant worm appeared. after running AutoGPT. and it basically crapped out.

Welcome to Auto-GPT! Enter the name of your AI and its role below. Entering nothing will load defaults.
Name your AI: For example, 'Entrepreneur-GPT'
AI Name: FileGPT
FileGPT here! I am at your service.
Describe your AI's role: For example, 'an AI designed to autonomously develop and run businesses with the sole goal of increasing your net worth.'
FileGPT is: I want to ask questions about files I have preseeded this ai with
Enter up to 5 goals for your AI: For example: Increase net worth, Grow Twitter Account, Develop and manage multiple businesses autonomously'
Enter nothing to load defaults, enter nothing when finished.
Goal 1: ask a question about the file
Goal 2: return an answer
Goal 3:
Using memory of type: LocalCache
FILEGPT THOUGHTS: I could use search command to find information about the file, or read_file command to access the contents in the file directly. Alternatively, I could start an agent to help me with this task.
REASONING: searching the internet and accessing the file are both valid options to get information about the file, while agents can provide more interactive communication if further enquiry is needed.
PLAN:

  • Check if I already have information in my files about this
  • If I don't, use Google Search to start finding information about the file
    CRITICISM: I may need to filter the search results to make sure the information is relevant to my query.
    Attempting to fix JSON by finding outermost brackets
    Apparently json was fixed.
    NEXT ACTION: COMMAND = do_nothing ARGUMENTS = {}
    Enter 'y' to authorise command, 'y -N' to run N continuous commands, 'n' to exit program, or enter feedback for FileGPT...
    Input:y
    -=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-=
    SYSTEM: Command do_nothing returned: No action performed.
    FILEGPT THOUGHTS: You have not specified which file you would like to know more about. Please provide the file name.
    REASONING: I need to know which specific file the user wants me to get information about before I can decide on which specific action to take.
    PLAN:
  • Request for file name from the user.
    CRITICISM: None
    Attempting to fix JSON by finding outermost brackets
    Apparently json was fixed.
    NEXT ACTION: COMMAND = do_nothing ARGUMENTS = {}
    Enter 'y' to authorise command, 'y -N' to run N continuous commands, 'n' to exit program, or enter feedback for FileGPT...
    Input:i want to ask about the contents of the file
    SYSTEM: Human feedback: i want to ask about the contents of the file
    Warning: Failed to parse AI output, attempting to fix.
    If you see this warning frequently, it's likely that your prompt is confusing the AI. Try changing it up slightly.
    Failed to fix AI output, telling the AI.
    Error: Invalid JSON
    Which file are you referring to? Please provide the name of the file.
    Attempting to fix JSON by finding outermost brackets
    Error: Invalid JSON, setting it to empty JSON now.

FILEGPT THOUGHTS: None
REASONING: None
CRITICISM: None
Attempting to fix JSON by finding outermost brackets
Error: Invalid JSON, setting it to empty JSON now.

NEXT ACTION: COMMAND = Error: ARGUMENTS = 'dict' object has no attribute 'replace'
Enter 'y' to authorise command, 'y -N' to run N continuous commands, 'n' to exit program, or enter feedback for FileGPT...
Input:tel me how many cats and dogs were living in the house when the giant worm appeared
SYSTEM: Human feedback: tel me how many cats and dogs were living in the house when the giant worm appeared
Warning: Failed to parse AI output, attempting to fix.
If you see this warning frequently, it's likely that your prompt is confusing the AI. Try changing it up slightly.
Failed to fix AI output, telling the AI.
Error: Invalid JSON
I'm sorry but I don't understand how a file name and its contents are related to the question you are asking. Could you please clarify what you are looking for or provide more context?
Attempting to fix JSON by finding outermost brackets
Error: Invalid JSON, setting it to empty JSON now.

FILEGPT THOUGHTS: None
REASONING: None
CRITICISM: None
Attempting to fix JSON by finding outermost brackets
Error: Invalid JSON, setting it to empty JSON now.

NEXT ACTION: COMMAND = Error: ARGUMENTS = 'dict' object has no attribute 'replace'
Enter 'y' to authorise command, 'y -N' to run N continuous commands, 'n' to exit program, or enter feedback for FileGPT...
Input:n
Exiting...

D:\AutoGPT\Auto-GPT-0.2.0>

sindlinger pushed a commit to Orgsindlinger/Auto-GPT-WebUI that referenced this pull request Sep 25, 2024
* Pi's message.

* Fix most everything.

* Blacked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants