ptbk 0.52.0-0 → 0.52.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -310,7 +310,7 @@ Or you can install them separately:
|
|
|
310
310
|
- _(Not finished)_ **[@promptbook/wizzard](https://www.npmjs.com/package/@promptbook/wizzard)** - Wizard for creating+running promptbooks in single line
|
|
311
311
|
- **[@promptbook/execute-javascript](https://www.npmjs.com/package/@promptbook/execute-javascript)** - Execution tools for javascript inside promptbooks
|
|
312
312
|
- **[@promptbook/openai](https://www.npmjs.com/package/@promptbook/openai)** - Execution tools for OpenAI API, wrapper around OpenAI SDK
|
|
313
|
-
- **[@promptbook/anthropic-claude](https://www.npmjs.com/package/@promptbook/anthropic-claude)** - Execution tools for Anthropic Claude API, wrapper around Anthropic Claude SDK
|
|
313
|
+
- **[@promptbook/anthropic-claude](https://www.npmjs.com/package/@promptbook/anthropic-claude)** - Execution tools for Anthropic Claude API, wrapper around Anthropic Claude SDK
|
|
314
314
|
- **[@promptbook/azure-openai](https://www.npmjs.com/package/@promptbook/azure-openai)** - Execution tools for Azure OpenAI API
|
|
315
315
|
- **[@promptbook/langtail](https://www.npmjs.com/package/@promptbook/langtail)** - Execution tools for Langtail API, wrapper around Langtail SDK
|
|
316
316
|
- **[@promptbook/mock](https://www.npmjs.com/package/@promptbook/mock)** - Mocked execution tools for testing the library and saving the tokens
|
|
@@ -463,8 +463,9 @@ Internally it calls OpenAI, Azure, GPU, proxy, cache, logging,...
|
|
|
463
463
|
`LlmExecutionTools` an abstract interface that is implemented by concrete execution tools:
|
|
464
464
|
|
|
465
465
|
- `OpenAiExecutionTools`
|
|
466
|
-
-
|
|
467
|
-
-
|
|
466
|
+
- `AnthropicClaudeExecutionTools`
|
|
467
|
+
- `AzureOpenAiExecutionTools`
|
|
468
|
+
- `LangtailExecutionTools`
|
|
468
469
|
- _(Not implemented yet)_ `BardExecutionTools`
|
|
469
470
|
- _(Not implemented yet)_ `LamaExecutionTools`
|
|
470
471
|
- _(Not implemented yet)_ `GpuExecutionTools`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.52.0-
|
|
3
|
+
"version": "0.52.0-2",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"promptbook": "0.52.0-
|
|
47
|
+
"promptbook": "0.52.0-2"
|
|
48
48
|
}
|
|
49
49
|
}
|