JotaP

Results 4 comments of JotaP

I had the same problem in iOS 7.2 (i think).... to solve it: First initialize the MoviePlayer: ``` ALMoviePlayerController *moviePlayer = [[ALMoviePlayerController alloc] init]; ``` And then set the content...

Ok, thanks for the info (I'll split the template for now).

Hi @RobertCraigie, I used a gpt-4-32k model deployed with Azure OpenAI Services. Here is the code snippet that replicates the problem: ``` import { AzureOpenAI } from 'openai'; import {...