Skip to content

Requirements are outdated, and the program itself is erroring #3

@DrAquafresh

Description

@DrAquafresh

I tried running this myself step-by-step, and unfortunately can't get past two issues. One, the recording not actually picking up my voice - and two, this error

Traceback (most recent call last):
  File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\threading.py", line 954, in _bootstrap_inner
    self.run()
  File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\User\Documents\Multi-Agent-GPT-Characters-main\multi_agent_gpt.py", line 267, in start_bot
    bot.run()
  File "C:\Users\User\Documents\Multi-Agent-GPT-Characters-main\multi_agent_gpt.py", line 147, in run
    tts_file = elevenlabs_manager.text_to_audio(openai_answer, self.voice, False)
  File "C:\Users\User\Documents\Multi-Agent-GPT-Characters-main\eleven_labs.py", line 25, in text_to_audio
    self.voice_to_settings[voice] = self.client.voices.get_settings(self.voice_to_id[voice])
AttributeError: 'VoicesClient' object has no attribute 'get_settings'

Given this was uploaded a year ago, it'd be worth updating it - that'd be lovely ^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions