chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from open_chatcaht.chatchat_api import ChatChat
|
||||
|
||||
chatchat = ChatChat()
|
||||
print(chatchat.tool.list())
|
||||
print(chatchat.tool.call('calculate', {"text": "3+5/2"}))
|
||||
Reference in New Issue
Block a user