Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Cloudflare AI Gateway for Azure OpenAI provider #3

Merged
merged 5 commits into from
Mar 12, 2024

Conversation

fanweixiao
Copy link
Member

@fanweixiao fanweixiao commented Mar 12, 2024

Related:

name: ai-zipper
host: 0.0.0.0
port: 9000

auth:
  type: token
  token: <YOMO_TOKEN>

bridge:
  ai:
    server:
      addr: localhost:8000
      provider: cloudflare_azure

    providers:
      cloudflare_azure:
        endpoint: https://gateway.ai.cloudflare.com/v1/<CF_GATEWAY_ID>/<CF_GATEWAY_NAME>
        api_key: <AZURE_API_KEY>
        resource: <AZURE_OPENAI_RESOURCE>
        deployment_id: <AZURE_OPENAI_DEPLOYMENT_ID>
        api_version: 2023-12-01-preview

@fanweixiao fanweixiao self-assigned this Mar 12, 2024
@fanweixiao fanweixiao changed the title feat: add Cloudflare azure AI Gateway support feat: add support for Cloudflare AI Gateway for Azure OpenAI Mar 12, 2024
@fanweixiao fanweixiao changed the title feat: add support for Cloudflare AI Gateway for Azure OpenAI feat: add Cloudflare AI Gateway for Azure OpenAI provider Mar 12, 2024
@fanweixiao fanweixiao merged commit 35d688a into master Mar 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants