Tag: plugins

  • Simon Willison’s Weblog: llm-gemini 0.4

    Source URL: https://simonwillison.net/2024/Nov/18/llm-gemini-04/#atom-everything Source: Simon Willison’s Weblog Title: llm-gemini 0.4 Feedly Summary: llm-gemini 0.4 New release of my llm-gemini plugin, adding support for asynchronous models (see LLM 0.18), plus the new gemini-exp-1114 model (currently at the top of the Chatbot Arena) and a -o json_object 1 option to force JSON output. I also released llm-claude-3…

  • Cloud Blog: Now run your custom code at the edge with the Application Load Balancers

    Source URL: https://cloud.google.com/blog/products/networking/service-extensions-plugins-for-application-load-balancers/ Source: Cloud Blog Title: Now run your custom code at the edge with the Application Load Balancers Feedly Summary: Application Load Balancers are essential for reliable web application delivery on Google Cloud. But while Google Cloud’s load balancers offer extensive customization, some situations demand even greater programmability.  We recently announced Service Extensions…

  • The Register: Schneider Electric ransomware crew demands $125k paid in baguettes

    Source URL: https://www.theregister.com/2024/11/05/schneider_electric_cybersecurity_incident/ Source: The Register Title: Schneider Electric ransomware crew demands $125k paid in baguettes Feedly Summary: Hellcat crew claimed to have gained access via the company’s Atlassian Jira system Schneider Electric confirmed that it is investigating a breach as a ransomware group Hellcat claims to have stolen more than 40 GB of compressed…

  • Simon Willison’s Weblog: Nous Hermes 3

    Source URL: https://simonwillison.net/2024/Nov/4/nous-hermes-3/#atom-everything Source: Simon Willison’s Weblog Title: Nous Hermes 3 Feedly Summary: Nous Hermes 3 The Nous Hermes family of fine-tuned models have a solid reputation. Their most recent release came out in August, based on Meta’s Llama 3.1: Our training data aggressively encourages the model to follow the system and instruction prompts exactly…

  • Hacker News: XTP: Make Squishy Software

    Source URL: https://www.getxtp.com/blog/meet-xtp Source: Hacker News Title: XTP: Make Squishy Software Feedly Summary: Comments AI Summary and Description: Yes Summary: The XTP platform allows end-users to build and run plugins in a secure environment, enhancing the extensibility of applications. It utilizes WebAssembly (Wasm) for sandboxing, ensuring security even when executing potentially untrusted code. This innovation…

  • Simon Willison’s Weblog: W̶e̶e̶k̶n̶o̶t̶e̶s̶ Monthnotes for October

    Source URL: https://simonwillison.net/2024/Oct/30/monthnotes/#atom-everything Source: Simon Willison’s Weblog Title: W̶e̶e̶k̶n̶o̶t̶e̶s̶ Monthnotes for October Feedly Summary: I try to publish weeknotes at least once every two weeks. It’s been four since the last entry, so I guess this one counts as monthnotes instead. In my defense, the reason I’ve fallen behind on weeknotes is that I’ve been…

  • Simon Willison’s Weblog: You can now run prompts against images, audio and video in your terminal using LLM

    Source URL: https://simonwillison.net/2024/Oct/29/llm-multi-modal/#atom-everything Source: Simon Willison’s Weblog Title: You can now run prompts against images, audio and video in your terminal using LLM Feedly Summary: I released LLM 0.17 last night, the latest version of my combined CLI tool and Python library for interacting with hundreds of different Large Language Models such as GPT-4o, Llama,…

  • Simon Willison’s Weblog: llm-whisper-api

    Source URL: https://simonwillison.net/2024/Oct/27/llm-whisper-api/#atom-everything Source: Simon Willison’s Weblog Title: llm-whisper-api Feedly Summary: llm-whisper-api I wanted to run an experiment through the OpenAI Whisper API this morning so I knocked up a very quick plugin for LLM that provides the following interface: llm install llm-whisper-api llm whisper-api myfile.mp3 It uses the API key that you previously configured…