Andrea Mucci
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}
same issue, any update?
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...