Oneseco Media GITHUB

Oneseco Media GITHUB

4943 bookmarks
Newest
APIs — Firefox Source Docs documentation
APIs — Firefox Source Docs documentation
APIs Running the pipeline API You can use the Transformer.js pipeline API directly to perform inference, as long as the model is in our model hub. The Transformers.js documentation provides a lot of examples that you can slightly adapt when running in Firefox. In the example below, a text summarization task is performed using the summarization task: const { createEngine } = ChromeUtils.importESModule("chrome://global/content/ml/EngineProcess.sys.mjs"); const options = { taskName: "summarization", modelId: "mozilla/text_summarization", modelRevision: "main" }; const engine = await createEngine(options); const text = 'The tower is 324 metres (1,063 ft) tall, about the same height as an 81-storey building, ' + 'and the tallest structure in Paris. Its base is square, measuring 125 metres (410 ft) on each side. ' + 'During its construction, the Eiffel Tower surpassed the Washington Monument to become the tallest ' + 'man-made structure in the world, a title it held for 41 years until the Chrysler Building in New ' + 'York City was finished in 1930. It was the first structure to reach a height of 300 metres. Due to ' + 'the addition of a broadcasting aerial at the top of the tower in 1957, it is now taller than the ' + 'Chrysler Building by 5.2 metres (17 ft). Excluding transmitters, the Eiffel Tower is the second ' + 'tallest free-standing structure in France after the Millau Viaduct.'; const request = { args: [text], options: { max_new_tokens: 100 } }; const res = await engine.run(request); console.log(res[0]["summary_text"]);
·firefox-source-docs.mozilla.org·
APIs — Firefox Source Docs documentation
Taskade App
Taskade App
Discover Taskade App - a modern, intuitive application crafted with Taskade's cutting-edge technology. Experience seamless functionality, elegant design, and powerful features that enhance your productivity and workflow.
·landing-page-builder-bv6kx9mr.taskade.app·
Taskade App
Add policy - Cloudflare One
Add policy - Cloudflare One
Cloudflare One replaces legacy security perimeters with our global edge, making the Internet faster and safer for teams around the world.
·one.dash.cloudflare.com·
Add policy - Cloudflare One
(3562) Discord
(3562) Discord
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
·discord.com·
(3562) Discord
(10) How to Build an AI Coding Agent with Python and Gemini | daily.dev
(10) How to Build an AI Coding Agent with Python and Gemini | daily.dev
A comprehensive guide to building an AI coding agent from scratch using Python and Google's free Gemini API. The tutorial walks through creating a CLI tool that can autonomously read, write, and execute Python files within a working directory. It covers essential concepts like LLM function calling, system prompts, token management, and building feedback loops that allow the agent to iteratively solve coding tasks. The project demonstrates how AI code editors like Cursor and Claude Code work under the hood by implementing file operations, Python execution, and conversational context management.
·app.daily.dev·
(10) How to Build an AI Coding Agent with Python and Gemini | daily.dev
Agents · Cloudflare Agents docs
Agents · Cloudflare Agents docs
The Agents SDK enables you to build and deploy AI-powered agents that can autonomously perform tasks, communicate with clients in real time, call AI models, persist state, schedule tasks, run asynchronous workflows, browse the web, query data from your database, support human-in-the-loop interactions, and a lot more.
·developers.cloudflare.com·
Agents · Cloudflare Agents docs