Tag: Python library
-
Simon Willison’s Weblog: A warning about tiktoken, BPE, and OpenAI models
Source URL: https://simonwillison.net/2024/Nov/21/a-warning-about-tiktoken/#atom-everything Source: Simon Willison’s Weblog Title: A warning about tiktoken, BPE, and OpenAI models Feedly Summary: A warning about tiktoken, BPE, and OpenAI models Tom MacWright warns that OpenAI’s tiktoken Python library has a surprising performance profile: it’s superlinear with the length of input, meaning someone could potentially denial-of-service you by sending you…
-
Hacker News: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
Source URL: https://github.com/microsoft/TinyTroupe Source: Hacker News Title: TinyTroupe, a new LLM-powered multiagent persona simulation Python library Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses TinyTroupe, an experimental Python library leveraging Large Language Models (LLMs) to simulate interactions of various personas for business insights and creativity enhancement. It emphasizes its distinction from…