@markprompt/core
Advanced tools
Comparing version 0.28.1 to 0.28.2
import type { DocSearchHit } from './docsearch.js'; | ||
export type { Chat, ChatCompletion, ChatCompletionAssistantMessageParam, ChatCompletionChunk, ChatCompletionFunctionMessageParam, ChatCompletionMessage, ChatCompletionMessageParam, ChatCompletionMessageToolCall, ChatCompletionSystemMessageParam, ChatCompletionTool, ChatCompletionToolChoiceOption, ChatCompletionToolMessageParam, ChatCompletionUserMessageParam, } from 'openai/resources/index.mjs'; | ||
export type RequiredKeys<T, K extends keyof T> = Required<Pick<T, K>> & Omit<T, K>; | ||
export declare const OPENAI_CHAT_COMPLETIONS_MODELS: readonly ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-16k-0613", "gpt-4", "gpt-4-32k", "gpt-4-1106-preview", "gpt-4-turbo-preview"]; | ||
export declare const OPENAI_CHAT_COMPLETIONS_MODELS: readonly ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-16k-0613", "gpt-4", "gpt-4o", "gpt-4-32k", "gpt-4-1106-preview", "gpt-4-turbo-preview"]; | ||
export type OpenAIChatCompletionsModelId = (typeof OPENAI_CHAT_COMPLETIONS_MODELS)[number]; | ||
@@ -6,0 +6,0 @@ export declare const OPENAI_COMPLETIONS_MODELS: readonly ["ada", "babbage", "curie", "davinci", "text-ada-001", "text-babbage-001", "text-curie-001", "text-davinci-002", "text-davinci-003"]; |
@@ -7,2 +7,3 @@ export const OPENAI_CHAT_COMPLETIONS_MODELS = [ | ||
'gpt-4', | ||
'gpt-4o', | ||
'gpt-4-32k', | ||
@@ -9,0 +10,0 @@ 'gpt-4-1106-preview', |
{ | ||
"name": "@markprompt/core", | ||
"version": "0.28.1", | ||
"version": "0.28.2", | ||
"repository": { | ||
@@ -28,3 +28,3 @@ "type": "git", | ||
"lodash-es": "^4.17.21", | ||
"openai": "^4.36.0", | ||
"openai": "^4.46.0", | ||
"type-fest": "^4.15.0" | ||
@@ -31,0 +31,0 @@ }, |
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
65751
925
+ Addedopenai@4.73.1(transitive)
+ Addedtype-fest@4.29.1(transitive)
- Removedopenai@4.74.0(transitive)
- Removedtype-fest@4.30.0(transitive)
Updatedopenai@^4.46.0