文件名称:python-sdk:Mauna Python SDK
文件大小:55KB
文件格式:ZIP
更新时间:2024-04-26 09:08:50
Python
Mauna SDK 安装及使用 建造 poetry install poetry run codegen poetry build 安装 pip install mauna_sdk API清单 api.chitchat 接受输入和历史记录消息列表,确定是否启动chitchat并生成相应的响应 from mauna_sdk import Mauna from mauna_sdk . api . chitchat import chitchat from mauna_sdk . api . input . turn import Turn , Agent developer_id = < int> # Check your profile on the dashboard for this. api_key = "<64 letter api key available on yo
【文件预览】:
python-sdk-main
----.gitmodules(97B)
----poetry.lock(40KB)
----pyproject.toml(553B)
----mauna_graphql()
----LICENSE(1KB)
----.gitignore(2KB)
----README.md(21KB)
----scripts()
--------codegen.py(140B)
----mauna_sdk()
--------utils.py(2KB)
--------schema()
--------api()
--------__init__.py(570B)
--------schema_config()
--------config.py(112B)