chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.61k stars 441 forks source link

support assistant api #388

Open assassinliujie opened 9 months ago

assassinliujie commented 9 months ago

https://platform.openai.com/docs/assistants/tools openai的assistant模型有function call和code interpreter功能 image 包括使用webcopilot联网也能这样接入。感觉比直接往里面塞联网功能轻松一点

assassinliujie commented 9 months ago

https://platform.openai.com/docs/assistants/tools