Raynaud

Results 3 comments of Raynaud

Hum, the chainlit hello command does nothing. It asks your name and generate a preformatted message. There isn't any llm behind it to handle the message you're sending. It's just...

If somebody is looking for a solution to this issue, the following code is working with a LangChain OpenAI agent : ``` @cl.on_chat_start async def on_chat_start(): # Define the agent...

That seems great ! Indeed using SQL Alchemy will allow to easily tackle the Postgres support feature request. I'd be happy to contribute. I'll work on a first database schema...