“ TypeChat —— 基于 LLM 的自然语言构建 UI 库 ”

发布时间:2024-03-28
今日阅读:0
来源:OSCHINA
作者:
...

TypeChat 是基于 LLM 的自然语言构建 UI 库,由微软开源。它通过 AI 在自然语言和应用程序模式 (application schema),以及 API 之间构建了一座 “桥梁”。 简单来说,TypeChat 是用 “人话” 来构建类型安全 UI 的工具库。 使用示例 用户要求将这句话我可以要一份蓝莓松饼和一杯特级拿铁咖啡吗?(Could I get a blueberry muffin and a grande latte?)转换成 JSON,并只用 JSON 格式进行回复 img 上面的示例并没指定类型,当指定类型后,TypeChat 的回复如下 img img TypeChat 支持通过多种不同的方式使用。目前微软讨论的方式主要是使用数据模式将用户意图转换为结构化响应,事实上 TypeChat 还可以使用 API 模式来构建基本程序。

标签:
TypeChat LLM UI

每日一言

"<!doctype html> <html lang="Zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex,nofollow"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="renderer" content="webkit"> <title>您请求的文件不存在!</title> <link type="text/css" rel="stylesheet" href="https://www.oick.cn/css/404.css" /> <link rel="shortcut icon" href="http://www.oick.cn/favicon.ico" type="image/x-icon" /> </head> <body> <div id="wrap"> <div> <img src="https://www.oick.cn/imgs/404.png" alt="404" /> </div> <div id="text"> <strong> <span></span> <a href="javascript:history.back()">返回上一页</a> </strong> </div> </div> <div class="animate below"></div> <div class="animate above"></div> </body> </html>"

...

站点统计

本周更新文章: 0 篇
文章总数: 59110 篇
今日访问量: 26296 次
访问总量: 210500 次