TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Does ChatGPT plugins use prompt chaining or a toolformer-like approach?

2 点作者 ozankabak大约 2 年前
AFAICT, there is no authoritative information from OpenAI on how ChatGPT plugins work (please correct me if I&#x27;m wrong). However, is there any interesting external analysis on how it could be working under the hood?<p>I am aware of two approaches to building something like this: Either through a REPL-like prompt chaining approach (like langchain), or a toolformer-like approach where tool use becomes a trainable choice. Any sources&#x2F;speculations on which it could be (or something else)? What do you all think? Thanks.

1 comment

jeadie大约 2 年前
I think I&#x27;ve read it&#x27;s based off Toolformer (<a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2302.04761.pdf" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2302.04761.pdf</a>)