NelsonRC

Results 4 issues of NelsonRC

What does this implement/fix? Explain your changes. --------------------------------------------------- Support for external keyboard to send messages by pressing command + enter. On the Mac catalyst, it also supports keyboard shortcuts. Does...

This model supports image input. ``` curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "gpt-4-vision-preview", "messages": [ { "role": "user", "content": [ {...

I just read the [Boost Performance by Over 100x Using the Accelerate Framework](https://getstream.io/blog/accelerate-framework/). Actually `AVSampleBufferDisplayLayer` of PIP accepts two types of streams, RGBA and YUV-NV12. Why not consider converting the...

## Description of the change Modified the url computed property within the GenerativeAIRequest extension to use the provided baseURL if available. If baseURL is nil, it defaults to GenerativeAISwift.baseURL. ##...

component:swift sdk
status:awaiting review