Harish Gargharishgarg.hashnode.dev·Jan 17, 2023Guide to Azure OpenAI ServiceMicrosoft Azure OpenAI Service is an enterprise-level re-bundling of OpenAI’s AI models like GPT3, 3.5, Codex, DALL-E 2, chatGPT, etc. Azure OpenAI Service makes the OpenAI AI models available from Azure. It’s an invite-only service and is targeted a...Discusscode ai
Harish Gargharishgarg.hashnode.dev·Dec 16, 2022Using GPT 3.5 in the command lineI am someone who works a lot with command line programs like terminal or bash. The biggest pain point for me is not remembering a command or options for a command. Thankfully, I have found a solution – using GPT-3 in the command line. Let me show you...Discusscode ai
Harish Gargharishgarg.hashnode.dev·Dec 2, 2022A beginner’s guide to generative AI and its applicationsGenerative AI is a type of artificial intelligence that involves the generation of new data or content based on a set of inputs. This can include creating new images, videos, text, or other forms of data. Generative AI uses machine learning algorithm...Discusscode ai
Harish Gargharishgarg.hashnode.dev·Jul 16, 2022Best Beginners guide to OpenAI Codex, with 5 practical examplesOpenAI Codex is a new GPT-3 AI version that can convert plain English into runnable programming code. For example, Suppose when I input this prompt to OpenAI Codex in the OpenAI GPT-3 Playground, it gives me the output of the code below the prompt. P...Discusscode ai