A wrapper for the latest OpenAI APIs, including GPT-4. It supports Chat, Completion, and Image Generation. To use it you must first get your OpenAI key here: platform.openai.com/api-keys
For the texting mode, I have tested the following models:
More info about the other available models: platform.openai.com/docs/models
Read the Wiki for further instructions or download the example.
Do you want to support future updates? Fork and create a pull request with your new changes at:
github.com/FANMixco/openai-outsystems-wrapper
So, we can keep this Asset fully updated for the entire community!
Would you like to go the extra mile? You can buy me a coffee.
www.buymeacoffee.com/fanmixco
Or get a copy of my latest book:
a.co/d/j9jtHFt
This is the only Asset in Forge that supports Chat Completion (AKA GPT-4 or GPT-3.5-TURBO models) with the latest OpenAI API:
No other Asset in Forge supports it for now. The other Assets only support the legacy API for completion (AKA GPT-3.5-TURBO-INSTRUCT model).
Furthermore, I expanded it for Embeddings also:
platform.openai.com/docs/guides/embeddings
This is for Open AI only, not Azure OpenAI.