@promptbook/fake-llm
Advanced tools
Comparing version 0.65.0-4 to 0.65.0-6
@@ -8,3 +8,3 @@ import { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.65.0-3'; | ||
var PROMPTBOOK_VERSION = '0.65.0-5'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -11,0 +11,0 @@ |
import type { CommonExecutionToolsOptions } from '../../../execution/CommonExecutionToolsOptions'; | ||
import type { AvailableModel } from '../../../execution/LlmExecutionTools'; | ||
import type { client_id } from '../../../types/typeAliases'; | ||
@@ -25,2 +26,8 @@ import type { string_base_url } from '../../../types/typeAliases'; | ||
/** | ||
* If set, only these models will be listed as available | ||
* | ||
* TODO: [๐ง ] !!!! Figure out better solution | ||
*/ | ||
readonly models?: Array<AvailableModel>; | ||
/** | ||
* Mode of the server to connect to | ||
@@ -27,0 +34,0 @@ */ |
{ | ||
"name": "@promptbook/fake-llm", | ||
"version": "0.65.0-4", | ||
"version": "0.65.0-6", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.65.0-4" | ||
"@promptbook/core": "0.65.0-6" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -11,3 +11,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.65.0-3'; | ||
var PROMPTBOOK_VERSION = '0.65.0-5'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -14,0 +14,0 @@ |
526310
9797