New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@promptbook/azure-openai

Package Overview
Dependencies
Maintainers
0
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/azure-openai - npm Package Compare versions

Comparing version 0.68.3 to 0.68.4

48

esm/index.es.js

@@ -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',

3

esm/typings/promptbook-collection/index.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc