@sap-ai-sdk/foundation-models
Advanced tools
Comparing version 1.1.1-20241008013106.0 to 1.1.1-20241009013553.0
import { type CustomRequestConfig } from '@sap-ai-sdk/core'; | ||
import { type ModelDeployment } from '@sap-ai-sdk/ai-api/internal.js'; | ||
import type { AzureOpenAiCreateChatCompletionRequest } from './client/inference/schema/index.js'; | ||
import { type AzureOpenAiChatModel } from './model-types.js'; | ||
import { AzureOpenAiChatCompletionResponse } from './azure-openai-chat-completion-response.js'; | ||
import type { AzureOpenAiCreateChatCompletionRequest } from './client/inference/schema/index.js'; | ||
/** | ||
@@ -7,0 +7,0 @@ * Azure OpenAI client for chat completion. |
@@ -1,2 +0,2 @@ | ||
import { HttpResponse } from '@sap-cloud-sdk/http-client'; | ||
import type { HttpResponse } from '@sap-cloud-sdk/http-client'; | ||
import type { AzureOpenAiCreateChatCompletionResponse } from './client/inference/schema/index.js'; | ||
@@ -3,0 +3,0 @@ /** |
import { type CustomRequestConfig } from '@sap-ai-sdk/core'; | ||
import { type ModelDeployment } from '@sap-ai-sdk/ai-api/internal.js'; | ||
import { AzureOpenAiEmbeddingResponse } from './azure-openai-embedding-response.js'; | ||
import { type AzureOpenAiEmbeddingModel } from './model-types.js'; | ||
import type { AzureOpenAiEmbeddingParameters } from './azure-openai-embedding-types.js'; | ||
import { type AzureOpenAiEmbeddingModel } from './model-types.js'; | ||
/** | ||
@@ -7,0 +7,0 @@ * Azure OpenAI client for embeddings. |
@@ -1,3 +0,3 @@ | ||
import { HttpResponse } from '@sap-cloud-sdk/http-client'; | ||
import { AzureOpenAiEmbeddingOutput } from './azure-openai-embedding-types.js'; | ||
import type { HttpResponse } from '@sap-cloud-sdk/http-client'; | ||
import type { AzureOpenAiEmbeddingOutput } from './azure-openai-embedding-types.js'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Azure OpenAI embedding response. |
{ | ||
"name": "@sap-ai-sdk/foundation-models", | ||
"version": "1.1.1-20241008013106.0", | ||
"version": "1.1.1-20241009013553.0", | ||
"description": "", | ||
@@ -23,6 +23,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@sap-cloud-sdk/http-client": "^3.21.0", | ||
"@sap-cloud-sdk/util": "^3.21.0", | ||
"@sap-ai-sdk/ai-api": "^1.1.1-20241008013106.0", | ||
"@sap-ai-sdk/core": "^1.1.1-20241008013106.0" | ||
"@sap-cloud-sdk/http-client": "^3.22.1", | ||
"@sap-cloud-sdk/util": "^3.22.1", | ||
"@sap-ai-sdk/ai-api": "^1.1.1-20241009013553.0", | ||
"@sap-ai-sdk/core": "^1.1.1-20241009013553.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
184956