All Questions
Tagged with openai-whisper azure
6 questions
0
votes
0
answers
58
views
Azure AI Machine Learning Studio Crashes from faster whisper
So I am trying to run faster whisper in Azure AI Machine Learning Studio.
The code is the sample code from https://github.com/SYSTRAN/faster-whisper and runs fine on my laptop (just CPU instead of GPU)...
0
votes
1
answer
199
views
Azure Openai Whipser REST endpoints
I wanted to use Whisper deployed through Azure OpenAI but I am having trouble finding the right resources for it.
I am trying to integrate a translator using Whisper in a flutter app that will take ...
0
votes
1
answer
271
views
How to use Azure OpenAI SDK with Whisper for speech-to-text translation
Using:
<PackageReference Include="Azure.AI.OpenAI" Version="2.0.0-beta.2" />
I have this simple code:
var client = new OpenAIClient(
new ApiKeyCredential(apiKey),
...
0
votes
1
answer
718
views
Exception: InvalidRequestError: Resource not found
I want to transcribe a audio file using openai whisper model. And I am able to do it locally. But when the same code I am trying to run azure functions by creating python api. I am getting this error ...
3
votes
2
answers
10k
views
How to use the Python openai client with both Azure and OpenAI at the same time?
OpenAI offers a Python client, currently in version 0.27.8, which supports both Azure and OpenAI.
Here are examples of how to use it to call the ChatCompletion for each provider:
# ...
1
vote
2
answers
1k
views
how to disable sending telemetry and log data to open ai when using Azure OpenAI Service
I am working with security data and need to make sure we disable sending telemetry and log data to open ai when using Azure OpenAI Service
does anyone know how to go about it