chainlit--chainlit
7 行
75 B
Python
7 行
75 B
Python
import chainlit as cl
|
|
|
|
|
|
@cl.on_message
|
|
async def on_message(msg):
|
|
pass
|