chainlit--chainlit
7 行
122 B
Python
7 行
122 B
Python
import chainlit as cl
|
|
|
|
|
|
@cl.on_chat_start
|
|
async def main():
|
|
await cl.Message("Hello, this is a test message!").send()
|