@promptbook/azure-openai
Advanced tools
Comparing version 0.68.3 to 0.68.4
@@ -9,3 +9,3 @@ import { OpenAIClient, AzureKeyCredential } from '@azure/openai'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.68.2'; | ||
var PROMPTBOOK_VERSION = '0.68.3'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -1182,2 +1182,3 @@ | ||
}, | ||
//TODO: !!!!!! Add gpt-4o-mini-2024-07-18 and all others to be up to date | ||
}, | ||
@@ -1199,2 +1200,47 @@ /**/ | ||
modelVariant: 'CHAT', | ||
modelTitle: 'o1-preview', | ||
modelName: 'o1-preview', | ||
pricing: { | ||
prompt: computeUsage("$15.00 / 1M tokens"), | ||
output: computeUsage("$60.00 / 1M tokens"), | ||
}, | ||
}, | ||
/**/ | ||
/**/ | ||
{ | ||
modelVariant: 'CHAT', | ||
modelTitle: 'o1-preview-2024-09-12', | ||
modelName: 'o1-preview-2024-09-12', | ||
// <- TODO: !!!!!! Some better system to organize theese date suffixes and versions | ||
pricing: { | ||
prompt: computeUsage("$15.00 / 1M tokens"), | ||
output: computeUsage("$60.00 / 1M tokens"), | ||
}, | ||
}, | ||
/**/ | ||
/**/ | ||
{ | ||
modelVariant: 'CHAT', | ||
modelTitle: 'o1-mini', | ||
modelName: 'o1-mini', | ||
pricing: { | ||
prompt: computeUsage("$3.00 / 1M tokens"), | ||
output: computeUsage("$12.00 / 1M tokens"), | ||
}, | ||
}, | ||
/**/ | ||
/**/ | ||
{ | ||
modelVariant: 'CHAT', | ||
modelTitle: 'o1-mini-2024-09-12', | ||
modelName: 'o1-mini-2024-09-12', | ||
pricing: { | ||
prompt: computeUsage("$3.00 / 1M tokens"), | ||
output: computeUsage("$12.00 / 1M tokens"), | ||
}, | ||
}, | ||
/**/ | ||
/**/ | ||
{ | ||
modelVariant: 'CHAT', | ||
modelTitle: 'gpt-3.5-turbo-16k-0613', | ||
@@ -1201,0 +1247,0 @@ modelName: 'gpt-3.5-turbo-16k-0613', |
declare const _default: ({ | ||
title: string; | ||
pipelineUrl: string; | ||
promptbookVersion: string; | ||
parameters: { | ||
@@ -27,3 +26,2 @@ name: string; | ||
pipelineUrl: string; | ||
promptbookVersion: string; | ||
parameters: { | ||
@@ -57,3 +55,2 @@ name: string; | ||
pipelineUrl: string; | ||
promptbookVersion: string; | ||
parameters: { | ||
@@ -60,0 +57,0 @@ name: string; |
@@ -16,3 +16,3 @@ import type { PromptResult } from '../../../../execution/PromptResult'; | ||
*/ | ||
promptbookVersion: string_promptbook_version; | ||
promptbookVersion?: string_promptbook_version; | ||
/** | ||
@@ -19,0 +19,0 @@ * @@@ |
@@ -45,3 +45,3 @@ import type { ModelRequirements } from '../ModelRequirements'; | ||
*/ | ||
readonly promptbookVersion: string_semantic_version; | ||
readonly promptbookVersion?: string_semantic_version; | ||
/** | ||
@@ -48,0 +48,0 @@ * Description of the promptbook |
{ | ||
"name": "@promptbook/azure-openai", | ||
"version": "0.68.3", | ||
"version": "0.68.4", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.68.3" | ||
"@promptbook/core": "0.68.4" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -165,2 +165,6 @@ <!-- โ ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten --> | ||
# โจ New Features | ||
- โจ **Support [OpenAI o1 model](https://openai.com/o1/)** | ||
## ๐ค The Promptbook Whitepaper | ||
@@ -167,0 +171,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
625524
11675
564
485