Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.01 KB

File metadata and controls

36 lines (26 loc) · 1.01 KB

智谱 Realtime Low Level SDK

使用指南

见开放平台 https://open.bigmodel.cn/dev/howuse/glm-realtime

接口文档

最新接口文档参考 https://open.bigmodel.cn/dev/api/rtav/GLM-Realtime

项目结构

.
├── CHANGELOG.md                # 版本更新日志
├── GLM-Realtime-doc-for-llm.md # 智谱 Realtime 接口文档 , 为 LLM 优化
├── LICENSE.md                  # 许可证文件
├── README.md                   # 项目说明文档
├── golang/                     # Golang SDK 目录
├── python/                     # Python SDK 目录
└── frontend/                   # 前端demo + SDK 目录

快速开始

项目走读

https://deepwiki.com/MetaGLM/glm-realtime-sdk

许可证

本项目采用 LICENSE.md 中规定的许可证。

更新日志

详见 CHANGELOG.md