Closed sebiweise closed 12 months ago
@sebiweise is attempting to deploy a commit to the Generative AI Inc Team on Vercel.
A member of the Team first needs to authorize it.
I´ve implemented the openai-edge package for the openai endpoints
getModels
andgetStream
. Haven´t tested it with Azure OpenAi Services, haven´t got access yet. There is an announcement of an upcoming update for the official openai node package that will bring edge-functionality so maybe this will change in the future.Also I´ve changed some logging to only log when using
DEBUG_MODE
.
I can test it with azure today
I got a little distracted on my S3 project but I will test tomorrow and provide feedback
I just got Microsoft OpenAI access over night, I quickly put in all the env vars in my develop ENV on Vercel and I´m getting this error: I will test this again on my local pc and have a look at the exact error message.
I´ve implemented the openai-edge package for the openai endpoints
getModels
andgetStream
. Haven´t tested it with Azure OpenAi Services, haven´t got access yet. There is an announcement of an upcoming update for the official openai node package that will bring edge-functionality so maybe this will change in the future.Also I´ve changed some logging to only log when using
DEBUG_MODE
.