Repository navigation
azure-openai-api
- Website
- Wikipedia
LLM API 管理 & 分发系统,支持 OpenAI、Azure、Anthropic Claude、Google Gemini、DeepSeek、字节豆包、ChatGLM、文心一言、讯飞星火、通义千问、360 智脑、腾讯混元等主流模型,统一 API 适配,可用于 key 管理与二次分发。单可执行文件,提供 Docker 镜像,一键部署,开箱即用。LLM API management & key redistribution system, unifying multiple providers under a single API. Single binary, Docker-ready, with an English UI.
A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service
OADS: Generate games and programs using OpenAI agents. Built on top of Microsoft Autogen.
Convert different model APIs into the OpenAI API format out of the box.
This repository contains various examples of how to use LangChain, a way to use natural language to interact with LLM, a large language model from Azure OpenAI Service.
AI Tools - AutoHotkey - Enable global hotkeys to run custom OpenAI prompts on text in any window.
This demo repository illustrates how to use Python to scrape news articles from Google based on a given keyword. The scraped articles are then processed by Azure OpenAI Service (AOAI)'s GPT-3 model, which generates concise summaries of the main points. The summaries are then formatted and sent via email using MailJet API.
The best LLM API Playground Interface (for me)
OpenAI API client library for .NET. I was developed it for for public use and it is free.
Issue Tracker for elegant client for MacOS
A ready-to-use ASP.NET Core chat application backed by a Minimal API that can be used to test ChatGPT workflows
In this repository, you will find an example code for creating an interactive chat experience that allows you to ask questions about your CSV data with chart visualization capabilities.
Enable Web Search capabilities for OpenAI GPT model using function calling
This is a Power Platform custom connector project for OpenAI API and Azure OpenAI Service API.
Transform natural language into SQL queries using Azure OpenAI. Visualize database results with interactive charts and explore data effortlessly.
Sample application to demonstrate Azure OpenAI in Python
A DALL·E integration library for .NET
I have improved the demo by using Azure OpenAI’s Embedding model (text-embedding-ada-002), which has a powerful word embedding capability. This model can also vectorize product key phrases and recommend products based on cosine similarity, but with better results. You can find the updated repo here.
Discover the GPT-4o multimodal model at Microsoft Build 2024, now with text and image capabilities. My prototype enhances chats with real-time camera snapshots, powered by Flask, OpenCV, and Azure’s OpenAI Services. It’s interactive, visual, and simple to use. Give it a try!
The Intelligent "ASKDOC" project combines the power of Langchain, Azure, OpenAI models, and Python to deliver an intelligent question-answering system, that scans your PDF documents and answer queries based on its contents. It can be queried using Human Natural Language.