@promptbook/remote-client
Advanced tools
Comparing version 0.19.4 to 0.19.5
export {}; | ||
/** | ||
* TODO: [🧠] Probbably change syntax USE -> MODEL | ||
* TODO: !!!! Allow to use other models | ||
* TODO: !!!! Allow to skip segments SKIP IF {foo} NOT DEFINED | ||
* TODO: !!! Allow to EXPECT 3 words | ||
*/ |
@@ -12,2 +12,5 @@ import { PromptTemplatePipelineJson } from '../types/PromptTemplatePipelineJson/PromptTemplatePipelineJson'; | ||
* TODO: Use spaceTrim more effectively | ||
* TODO: !!!! Parameter flags - isInput, isOutput, isInternal, isBeforePostprocessing, isBeforeFinal, canonicalName | ||
* TODO: !!!! Allow to have non-immutable parameters - suffix them with fooPrevious3 -> fooPrevious2 -> fooPrevious1 -> foo | ||
* This must work with other technial parameters | ||
*/ |
@@ -25,4 +25,5 @@ import type { Prompt } from '../../../../types/Prompt'; | ||
/** | ||
* TODO: !!!! Allow to use other models - List all from openai | ||
* TODO: Maybe Create some common util for gptChat and gptComplete | ||
* TODO: Maybe make custom OpenaiError | ||
*/ |
{ | ||
"name": "@promptbook/remote-client", | ||
"version": "0.19.4", | ||
"version": "0.19.5", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -40,3 +40,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.19.4" | ||
"@promptbook/core": "0.19.5" | ||
}, | ||
@@ -43,0 +43,0 @@ "main": "./umd/index.umd.js", |
export {}; | ||
/** | ||
* TODO: [🧠] Probbably change syntax USE -> MODEL | ||
* TODO: !!!! Allow to use other models | ||
* TODO: !!!! Allow to skip segments SKIP IF {foo} NOT DEFINED | ||
* TODO: !!! Allow to EXPECT 3 words | ||
*/ |
@@ -12,2 +12,5 @@ import { PromptTemplatePipelineJson } from '../types/PromptTemplatePipelineJson/PromptTemplatePipelineJson'; | ||
* TODO: Use spaceTrim more effectively | ||
* TODO: !!!! Parameter flags - isInput, isOutput, isInternal, isBeforePostprocessing, isBeforeFinal, canonicalName | ||
* TODO: !!!! Allow to have non-immutable parameters - suffix them with fooPrevious3 -> fooPrevious2 -> fooPrevious1 -> foo | ||
* This must work with other technial parameters | ||
*/ |
@@ -25,4 +25,5 @@ import type { Prompt } from '../../../../types/Prompt'; | ||
/** | ||
* TODO: !!!! Allow to use other models - List all from openai | ||
* TODO: Maybe Create some common util for gptChat and gptComplete | ||
* TODO: Maybe make custom OpenaiError | ||
*/ |
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
300711
4402