Andrea Mucci

Results 8 comments of Andrea Mucci

In the Readme you have the following info [www.gharchive.org](http://www.gharchive.org/) website content (gh-pages branch) is also released under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/), which gives you permission to use the content for almost any purpose...

The answer is not totally correct imagine that i have a prompt where i would represent as an example a prompt question and an answer that is a json to...

I found a solution: just use jinja as template format ```python AIMessagePromptTemplate.from_template(msg, template_format="jinja2") ``` and the prompt variables must use {{variable}} and not {variable}

Hi, I have the same error but with a different approach i have a client that only send data to a server ```python ..... self.socket = websocket.WebSocket() self.socket.connect(self.url) #this is...

i have a similar error: ```python # the first audio is generated with a clone voice path = self.model.tts_to_file(text=text, speaker_wav=speaker_wav, language=language, file_path=f"/tmp/output_{output_random}.wav") # I got the audfio generated with the...

anyh update? i still have this error too