TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RestGPT

228 pointsby omarfarooqover 1 year ago

16 comments

pplonski86over 1 year ago
How RestGPT differs from ToolLLM or Gorilla?<p>papers:<p>1. ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2307.16789" rel="nofollow noreferrer">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2307.16789</a><p>2. Gorilla: Large Language Model Connected with Massive APIs <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2305.15334" rel="nofollow noreferrer">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2305.15334</a>
评论 #37468815 未加载
two_in_oneover 1 year ago
The problem here is where these actions come from. Generic LLM cannot generate correct actions in many (if not most) real life cases. So, it will have to learn, and LLMs aren&#x27;t good at learning. For example: &quot;I&#x27;m tired, play my favorite&quot;. The action depends on _who_ is saying and on what&#x27;s going on right now. There may be someone sleeping, or watching TV. I&#x27;m afraid that acceptable solution is much more complicated.
评论 #37465036 未加载
评论 #37463685 未加载
评论 #37464277 未加载
评论 #37464762 未加载
评论 #37507141 未加载
评论 #37464970 未加载
评论 #37464712 未加载
westurnerover 1 year ago
&quot;Gorilla: Large Language Model Connected with Massive APIs&quot; (2023) <a href="https:&#x2F;&#x2F;gorilla.cs.berkeley.edu&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;gorilla.cs.berkeley.edu&#x2F;</a> :<p>&gt; <i>Gorilla enables LLMs to use tools by invoking APIs. Given a natural language query, Gorilla comes up with the semantically- and syntactically- correct API to invoke. With Gorilla, we are the first to demonstrate how to use LLMs to invoke 1,600+ (and growing) API calls accurately while reducing hallucination. We also release APIBench, the largest collection of APIs, curated and easy to be trained on! Join us, as we try to expand the largest API store and teach LLMs how to write them!</i><p>eval&#x2F;: <a href="https:&#x2F;&#x2F;github.com&#x2F;ShishirPatil&#x2F;gorilla&#x2F;tree&#x2F;main&#x2F;eval">https:&#x2F;&#x2F;github.com&#x2F;ShishirPatil&#x2F;gorilla&#x2F;tree&#x2F;main&#x2F;eval</a><p>- &quot;Gorilla: Large Language Model connected with massive APIs&quot; (2023-05) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36073241">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36073241</a><p>- &quot;Gorilla: Large Language Model Connected with APIs&quot; (2023-06) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36333290">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36333290</a><p>- &quot;Gorilla-CLI: LLMs for CLI including K8s&#x2F;AWS&#x2F;GCP&#x2F;Azure&#x2F;sed and 1500 APIs (github.com&#x2F;gorilla-llm)&quot; (2023-06) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36524078">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36524078</a>
behnamohover 1 year ago
It seems after 1-2 years that the true power of LLMs is in DevOps. I got pretty excited when I tried GPT-3 (completion model), but as time went by and OpenAI shifted to chat models, we lost control over the LLM part and found new meaning in taking whatever model OpenAI made available as a blackbox and &quot;chained&quot; it to other tools we already had, like data bases, APIs, function calls&#x2F;tools, etc. I&#x27;d say DevOps is exactly where open source is seriously behind; there are decent open source models but it costs so much to self host them, despite the full power and control we have on them (via text generation webui and the like).<p>OpenAI is playing the DevOps game (starting maybe with introduction of ChatML). Open source community plays the LLM and benchmarks game. Ironically, the two are converging, meaning that OpenAI&#x27;s models are getting dumber (not the API) thanks to censorship and RLHF, to the point that open source models are even better than some OpenAI models in some aspects. On the other hand, open source models are getting better tooling and DevOps thanks to oobabooga, llama.cpp, etc.<p>I&#x27;m seriously waiting for competitors to change nVidia&#x27;s monopoly in this space. Maybe Apple?
评论 #37463206 未加载
评论 #37464578 未加载
stevageover 1 year ago
&gt; WARNING: this will remove all your data from spotify!<p>That is quite the caveat.
评论 #37463374 未加载
评论 #37464705 未加载
salamoover 1 year ago
It&#x27;s actually really interesting to see GOFAI techniques like planning used in conjunction with LLMs.
评论 #37462397 未加载
评论 #37462419 未加载
impulser_over 1 year ago
The examples are pretty lame since you can do what the examples do way faster without using a LLM and paying OpenAI.
albert_eover 1 year ago
ChatGPT + Noteable is already powerful to get some work done via API calls (after installing and importing the libraries, writing Python code, managing secrets for authentication etc)<p>There is surely scope to streamline this much further<p>I am very intently watching this space
评论 #37463172 未加载
评论 #37464085 未加载
mjan22640over 1 year ago
Separating the language model from the knowledge model (and then splitting that into domain specific knowledge models) is the next low(ish) hanging progression step in the field.
cosbgnover 1 year ago
This is interesting, I do something similar with unfetch.com - I have some examples on unfetch.com&#x2F;directory - There are a lot of potential use cases for LLm &amp; APIs
评论 #37464209 未加载
treprinumover 1 year ago
Does this use a chain of LLM&#x2F;REST requests or does it use a single multi-task LLM request that launches a REST call while populating its output?
ameliusover 1 year ago
Waiting for BashGPT.<p>It could use curl to do REST calls too, and a lot more.
评论 #37464542 未加载
venky180over 1 year ago
How does this compare to agentGPT?
airstrikeover 1 year ago
Finally a use for my IRC bot
transcriptaseover 1 year ago
Paging the Google Home team…
Obscurity4340over 1 year ago
Is there any local GPT model available, even if its a bit older? I had heard maybe 3.5 leaked but perhaps I&#x27;m mixing up StableDiffusion?