Skip to content

Latest commit

 

History

History

typescript-based-api

TypeScript API demo - Etymologist.ai

This is a quick demo of Hono serving a TypeScript API that allows for a streaming AI response from the latest Workers AI Llama 3.1 .

The client side JavaScript shows off how to handle the streaming text.

NOTE: This currently only works when deployed.

Develop

npm run dev

Deploy

npm run deploy