This post provides a comprehensive guide on getting started with OpenAI APIs, covering setting up an API key, installing OpenAI’s Python package, and using GPT-4o-mini for text generation. It also explores parameters tweaking, advanced uses like summarization and translation, and tips for fine-tuning models, handling rate limits, costs, bias, and caching responses.
Tag: Demo
How to Build and Run a Flask API with OpenAI’s Whisper Local Model Using Docker
This content discusses creating a Flask API using OpenAI’s Whisper model for transcribing audio files, along with containerizing the application using Docker for easy deployment and scalability. The process involves setting up the Flask API, running it locally, creating a Dockerfile, and testing the API with curl. By installing the model locally, there are no API costs involved.
Demo: Creating a CosmosDb Console Application
Keeping up to date with Microsoft Azure can sometimes be tricky, so here’s part one of my CosmosDb Demo – how to make a console application.
Demo: Setting up a Dynamics 365 Trial
Dynamics 365 is an industry leading solution for business working online. Learn how to set up your trial and starting exploring how you can work with it now.
Azure Functions: Demo 2- A published scaffold example
Ever wanted to learn how to publish an Azure App from Visual Studio? Look no further, as we have your step by step guide here.