Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Ollama #151

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,14 +511,14 @@ Command `FOREACH`
- Allow to parse CSVs via `CsvFormatDefinition`
- Change `ListFormatDefinition` -> `TextFormatDefinition`

### `0.70.0` _()_
### `0.70.0` _(2024-09-)_

Support for local models - integrate [Ollama](https://ollama.com/)

- Make new package `@promptbook/ollama`
- Add `OllamaExecutionTools` exported from `@promptbook/ollama`
- !!!!!! Make new package `@promptbook/ollama`
- !!!!!! Add `OllamaExecutionTools` exported from `@promptbook/ollama`

### `0.71.0` _(2024-11-07)_
### `0.71.0` _(2024-09-)_

Knowledge scrapers [🐝]

Expand Down
2 changes: 1 addition & 1 deletion examples/pipelines/10-single.book.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"preparations": [
{
"id": 1,
"promptbookVersion": "0.79.0",
"promptbookVersion": "0.70.0-1",
"usage": {
"price": {
"value": 0.005940000000000001
Expand Down
2 changes: 1 addition & 1 deletion examples/pipelines/11-picking-model.book.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"preparations": [
{
"id": 1,
"promptbookVersion": "0.79.0",
"promptbookVersion": "0.70.0-1",
"usage": {
"price": {
"value": 0.005712
Expand Down
2 changes: 1 addition & 1 deletion examples/pipelines/20-two.book.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"preparations": [
{
"id": 1,
"promptbookVersion": "0.79.0",
"promptbookVersion": "0.70.0-1",
"usage": {
"price": {
"value": 0.005940000000000001
Expand Down
Loading
Loading