scalaone/azure-openai-proxyAzure-OpenAI-Proxy is an application that serves as a proxy for OpenAI's API. It enables users to request AI-generated text completions for specific prompts, using different models and parameters. The proxy supports GPT-4 models in addition to other available models. It simplifies the interaction with the OpenAI API and helps manage multiple deployments with ease for your AI-based text generation applications.
Follow these steps to set up Azure-OpenAI-Proxy:
git clone [***]
cd azure-openai-proxy
npm install
Replace the placeholder values in the example request as mentioned in the Usage section with your actual resource ID, deployment IDs, model names, and API key.
Run the application:
npm run start
The Azure-OpenAI-Proxy will be running on your server and listening for incoming requests.
To send a request, use a curl command to POST the input data to the application's URL. Replace the placeholder values with your actual resource ID, deployment IDs, model names, and API key.
Example request:
curl -X "POST" "[***]" \ -H 'Authorization: Bearer YOUR_RESOURCE_ID:YOUR_MODEL_NAME_IDENTIFIERS:YOUR_API_KEY' \ -H 'Content-Type: application/json; charset=utf-8' \ -d $'{ "messages": [ { "content": "hi", "role": "user" } ], "temperature": 1, "model": "gpt-3.5-turbo", "stream": false }'
Replace the following placeholder values:
YOUR_RESOURCE_ID with the actual resource ID (e.g., hai).YOUR_MODEL_NAME_IDENTIFIERS with the actual model and deployment ID mappings (e.g., gpt-3.5-turbo|gpt-35-turbo,gpt-4|gpt-4,gpt-4-32k|gpt-4-32k).YOUR_API_KEY with your actual API key (e.g., xxxxxx).The request body contains the following parameters:
messages: An array of message objects containing content and role properties. The content represents the text input, and the role can be one of the following options: 'system', 'user', or 'assistant'.temperature: Controls the randomness of generated completions. Higher values (e.g., 1) result in more random responses, while lower values (e.g., 0.1) produce more focused and deterministic responses.model: Specifies the AI model to be used for generating completions. In the example, it is set to 'gpt-3.5-turbo'.stream: A boolean value indicating whether the response should be streamed.This project is licensed under the MIT License. See the LICENSE file for details.
Contributions to Azure-OpenAI-Proxy are greatly appreciated. To contribute, follow these steps:
Please make sure to follow the project's coding standards and update documentation accordingly.
For further information, check the OpenAI API documentation.
Thank you for your interest in contributing to Azure-OpenAI-Proxy. Your efforts will help improve the project and benefit the community.
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
在 Linux 系统配置镜像服务
在 Docker Desktop 配置镜像
Docker Compose 项目配置
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
MacOS OrbStack 容器配置
在宝塔面板一键配置镜像
Synology 群晖 NAS 配置
飞牛 fnOS 系统配置镜像
极空间 NAS 系统配置服务
爱快 iKuai 路由系统配置
绿联 NAS 系统配置镜像
QNAP 威联通 NAS 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
无需登录使用专属域名
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
免费版仅支持 Docker Hub 访问,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。
专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等;免费版仅支持 docker.io。
当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
来自真实用户的反馈,见证轩辕镜像的优质服务