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.

Llama-3.1 supports tool calls via prompting

35 pointsby ankrgyl10 months ago

3 comments

ndr_10 months ago
Different approach, which also works with Llama 3.0 8B: let the LLM write the tool invocation of choice in Python syntax, parse the LLM response with the Python AST package. (PoC&#x27;y hackathon demo) code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;ndurner&#x2F;aileen2">https:&#x2F;&#x2F;github.com&#x2F;ndurner&#x2F;aileen2</a>.
Onawa10 months ago
<a href="https:&#x2F;&#x2F;ollama.com&#x2F;blog&#x2F;tool-support">https:&#x2F;&#x2F;ollama.com&#x2F;blog&#x2F;tool-support</a> Ollama enables tool support for a variety of models now as well, including Llama-3.1.
realprimoh10 months ago
So do most LLMs now days, no?
评论 #41084031 未加载