@markprompt/core
Advanced tools
Comparing version 0.31.7 to 0.32.0
@@ -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
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
65624
952