Hacker News new | ask | show | jobs
by uniqueuid 591 days ago
Needs openai or azure APIs. I wonder if it's possible to just use any openapi-compatible local provider.
1 comments

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...