-
-
Notifications
You must be signed in to change notification settings - Fork 405
Description
⚠️ INSTRUCTIONS:
- Enter ONE "x" inside the brackets [x] to choose the answer
- Example
- Example2
Have you already searched for your ISSUE among the resolved ones?
- Yes, new issue
- [ X] Yes, but the solution not work for me
- No
What version of Python do you have?
- [X ] Last, Python > 3.11
- Python >= 3.8
- PIs you have Python<3.8 pease install last version of python
What version of operating system do you have?
- [X ] Windows
- Linux/Ububtu
- Mac/OSX
What type of installation did you perform?
- pip3 install -r requirements.txt
- [X ] python3 -m pip install -r requirements.txt
- Anaconda
- Container on VS
Desktop (please complete the following information):
- Browser [e.g. chrome] :
- Version [e.g. 112] :
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)
- ChatGPT
- HuggingChat
- BingChat
- 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.