qcobjects-azure-openai-api
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "qcobjects-azure-openai-api", | ||
"private": false, | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "QCObjects OpenAI API Handler", | ||
@@ -6,0 +6,0 @@ "main": "public/js/index.cjs", |
@@ -16,3 +16,3 @@ import {Route, CONFIG } from "qcobjects"; | ||
path: "^/api/openai$", | ||
microservice:"qcobjects-openai-api", | ||
microservice:"qcobjects-azure-openai-api", | ||
headers: { | ||
@@ -19,0 +19,0 @@ "content-type": "text/html; charset=utf-8" |
@@ -1,1 +0,1 @@ | ||
declare module "qcobjects-openai-api/components"; | ||
declare module "qcobjects-azure-openai-api/components"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100014