Build LLM Apps in TypeScript/JavaScript

Build LLM apps in Typescript/Javascript. πŸ§‘β€πŸ’» πŸ§‘β€πŸ’» πŸ§‘β€πŸ’» πŸš€ πŸš€ πŸš€ – GitHub – cfortuner/promptable: Build LLM apps in Typescript/Javascript. πŸ§‘β€πŸ’» πŸ§‘β€πŸ’» πŸ§‘β€πŸ’» πŸš€ πŸš€ πŸš€… Read more

Similar

A safe router for TypeScript

I've been making web applications for some time now and one thing that keeps annoying me is the use of magic strings for declaring and matching routes. Webapps are getting more and more complex and static typing is getting more and more traction as a too... (more…)

Read more »

Type-Level Programming in TypeScript

The TypeScript type system is immensely powerful, and while the language itself is, of course, Turing complete, so is the type system itself. This allows us to implement types that are far more sophisticated than what is possible in most popular programmi... (more…)

Read more »