Azure-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 https://github.com/scalaone/azure-openai-proxy.git
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" "https://openaiproxy2.azurewebsites.net/v1/chat/completions" \ -H 'Authorization: Bearer YOUR_RESOURCE_ID:YOUR_MODEL_NAME_IDENTIFIERS:YOUR_API_KEY' \ -H 'Content-Type: application/json; charset=utf-8' \ -d 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`). ## Parameters 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. ## License This project is licensed under the MIT License. See the LICENSE file for details. ## Contributing Contributions to Azure-OpenAI-Proxy are greatly appreciated. To contribute, follow these steps: 1. Fork the repository and create your branch. 2. Make changes or additions to the code. 3. Commit your changes and raise a Pull Request. 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.{ "messages": [ { "content": "hi", "role": "user" } ], "temperature": 1, "model": "gpt-3.5-turbo", "stream": false }'
Replace the following placeholder values:
The request body contains the following parameters:
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 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务