TypeChat icon indicating copy to clipboard operation
TypeChat copied to clipboard

TypeChat is a library that makes it easy to build natural language interfaces using types.

Results 92 TypeChat issues
Sort by recently updated
recently updated
newest added
trafficstars

Thank you for crafting such a valuable library. Integrating it with Deno would offer enhanced flexibility for its users.

From my understanding you currently only get the answer and a success flag back. For me it would be quite interesting to also get information on tokens used etc (which...

Suggestion
In Discussion

Suggestion
In Discussion

Based on typechat, I wrapped a small tool that extracts natural language into a specified structure for customizing api endpoints. Is it useful? Please point out any incorrections or comment。...

Discussion

Thank you so much for developing such a useful tool. I usually only use Python and other mathematical software, and I am not familiar with TypeScript. I don't know from...

Question

What I understand is Typechat can be an alternative to lang chain library but in whole documentation I only see this being used for OpenAI's GPT Model only. So, is...

Documentation

Some area and use cases can't access to endpoints' services directly, like OpenAI's api. I add some process to let the code read HTTP_PROXY enviroment variable from `.env` file first...

I added the option to access the information OpenAI adds to the response about total usage etc. For this I had to modify the types slightly and adjusted the example...

Hello I've been playing around with a meal plan app for which I've been working a lot on how to get ChatGPT to give the result as JSON. For this...