TinyTroupe, a new LLM-powered multiagent persona simulation Python library
1–10 of 55 posts
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#2[deleted]
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#3I love jupyter notebooks. And, I'm amazed that a company like Microsoft would put a notebook front and center that starts off with a bunch of errors. Not a good look. I really think you can improve your AI marketing by a lot by creating compelling jupyter notebooks. Unsloth is a great example of the right way.
https://github.com/microsoft/TinyTroupe/blob/main/examples/a...
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#4Written by George Hotz?
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#5Needs openai or azure APIs. I wonder if it's possible to just use any openapi-compatible local provider.
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#6Needs openai or azure APIs. I wonder if it's possible to just use any openapi-compatible local provider.
Yup, looks like their azure api configuration is just a generic wrapper for openapi in which you can plug any endpoint url. Nice.
https://github.com/microsoft/TinyTroupe/blob/7ae16568ad1c4de...
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#7Written by George Hotz?
George Hotz does not have a monopoly on the word "Tiny" with respect to AI.
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#8[deleted]
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#9It looks like this defaults to GPT-4o: https://github.com/microsoft/TinyTroupe/blob/7ae16568ad1c4de...
If you're going to try this out I would strongly recommend running it against GPT-4o mini instead. Mini is 16x cheaper and I'm confident the results you'll get out of it won't be 1/16th as good for this kind of experiment.
Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library
#10Might help GRRM finish his books.