auto gpt help with the answer received from You do not have access to gpt-4-0314 and ModuleNotFoundError: No module named 'gi' #5559
Unanswered
de-leonardo
asked this question in
Q&A
Replies: 1 comment
-
have you found an answer? im in the same boat. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the answer I got
I would appreciate help to explain what is required in order for the run to work properly
C:\Users\infoa\Desktop\Auto-GPT\AutoGPT NEW\AutoGPT>docker-compose run --rm auto-gpt --speak
[+] Building 0.0s (0/0) docker:default
[+] Building 0.0s (0/0) docker:default
Speak Mode: ENABLED
WARNING: You do not have access to gpt-4-0314. Setting smart_llm to gpt-3.5-turbo.
NEWS: Welcome to Auto-GPT!
NEWS:
NEWS:
Welcome to Auto-GPT! run with '--help' for more information.
Exception in thread Thread-1 (speak):
Traceback (most recent call last):
File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/app/autogpt/speech/say.py", line 27, in speak
success = voice_engine.say(text, voice_index)
File "/app/autogpt/speech/base.py", line 45, in say
return self._speech(text, voice_index)
File "/app/autogpt/speech/gtts.py", line 21, in _speech
playsound("speech.mp3", True)
File "/usr/local/lib/python3.10/site-packages/playsound.py", line 91, in _playsoundNix
import gi
ModuleNotFoundError: No module named 'gi'
Beta Was this translation helpful? Give feedback.
All reactions