Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markprompt/core

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markprompt/core - npm Package Compare versions

Comparing version 0.31.7 to 0.32.0

2

dist/types.d.ts

@@ -5,3 +5,3 @@ import type { DocSearchHit } from './docsearch.js';

type ArrayToUnion<T> = T extends (infer U)[] ? U : T extends readonly (infer U)[] ? U : never;
export declare const CHAT_COMPLETIONS_MODELS: readonly ["gpt-3.5-turbo", "gpt-4", "gpt-4o", "gpt-4-32k", "gpt-4-1106-preview", "gpt-4-turbo-preview", "meta-llama-3-70b-instruct", "meta-llama-3-8b-instruct", "mixtral-8x7b-instruct-v0.1"];
export declare const CHAT_COMPLETIONS_MODELS: readonly ["claude-3-5-sonnet-20240620", "gpt-3.5-turbo", "gpt-4-1106-preview", "gpt-4-32k", "gpt-4-turbo-preview", "gpt-4", "gpt-4o", "meta-llama-3-70b-instruct", "meta-llama-3-8b-instruct", "mixtral-8x7b-instruct-v0.1"];
export type ChatCompletionsModel = ArrayToUnion<typeof CHAT_COMPLETIONS_MODELS>;

@@ -8,0 +8,0 @@ export declare const COMPLETIONS_MODELS: readonly ["ada", "babbage", "curie", "davinci", "text-ada-001", "text-babbage-001", "text-curie-001", "text-davinci-002", "text-davinci-003"];

export const CHAT_COMPLETIONS_MODELS = [
'claude-3-5-sonnet-20240620',
'gpt-3.5-turbo',
'gpt-4-1106-preview',
'gpt-4-32k',
'gpt-4-turbo-preview',
'gpt-4',
'gpt-4o',
'gpt-4-32k',
'gpt-4-1106-preview',
'gpt-4-turbo-preview',
'meta-llama-3-70b-instruct',

@@ -9,0 +10,0 @@ 'meta-llama-3-8b-instruct',

{
"name": "@markprompt/core",
"version": "0.31.7",
"version": "0.32.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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