IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.43k stars 382 forks source link

RuntimeError: The model is currently loading, please re-run the query. #153

Open CarlosMontielU opened 11 months ago

CarlosMontielU commented 11 months ago
⚠️INSTRUCTIONS: - Enter ONE "x" inside the brackets [x] to choose the answer - [x] Example - [ ] Example2

Have you already searched for your ISSUE among the resolved ones?

What version of Python do you have?

What version of operating system do you have?

What type of installation did you perform?

Desktop (please complete the following information):

Describe the bug Im using desktop version, after solving a lot of issues im getting this message:

C:\Users\CarlosM\Desktop\autogpt\Free-Auto-GPT>python AUTOGPT.py Select the model you want to use (1, 2, 3 or 4) 1) ChatGPT 2) HuggingChat 3) BingChat 4) Google Bard

1 Enter the objective of the AI system: (Be realistic!) hello world in java Traceback (most recent call last): File "C:\Users\CarlosM\Desktop\autogpt\Free-Auto-GPT\AUTOGPT.py", line 301, in agent.run([input("Enter the objective of the AI system: (Be realistic!) ")]) File "C:\Users\CarlosM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\langchain\experimental\autonomous_agents\autogpt\agent.py", line 93, in run assistant_reply = self.chain.run( ^^^^^^^^^^^^^^^ File "C:\Users\CarlosM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\langchain\chains\base.py", line 445, in run return self(kwargs, callbacks=callbacks, tags=tags, metadata=metadata)[ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .............................. ............................. ............................ File "C:\Users\CarlosM\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\retry\api.py", line 33, in __retry_internal return f() ^^^ File "C:\Users\CarlosM\Desktop\autogpt\Free-Auto-GPT\Embedding\HuggingFaceEmbedding.py", line 34, in newEmbeddings raise RuntimeError( RuntimeError: The model is currently loading, please re-run the query.

Screenshots If applicable, add screenshots to help explain your problem.

CarlosMontielU commented 11 months ago

Has anyone handled this problem? any information will be appreciated