typeai
typeai copied to clipboard
✨ TypeAI: An AI Engineering Framework for TypeScript
[I was trying to follow the example after "They can be used like this:"](https://github.com/openai/openai-node/discussions/217) and ran into weird errors with the types not aligning. https://github.com/openai/openai-node/discussions/217
[Adding `-0613` to the model per OpenAI stating that those models have the function calling capabilities.](https://openai.com/blog/function-calling-and-other-api-updates)

is it possible to use azure openai api?
First of all - great idea and great library. If it works it works great! but I'm having a hard time making it run inside a cloud function. This is...