chainlit--chainlit
7 行
102 B
Python
7 行
102 B
Python
import chainlit as cl
|
|
|
|
|
|
@cl.on_chat_start
|
|
def main():
|
|
raise Exception("This is an error message")
|