Commit Graph

150 Commits

Author SHA1 Message Date
Takanori Matsumoto 5cda8b1b03 test: add the first E2E test and configuration to CI (#316)
* add tests
2024-03-25 12:01:05 +08:00
digitalstudium a192441f68 Switch ollama api endpoint from /api/generate to /api/chat (#304)
* 3.0.11

* build

* docs: update ollama usage readme (#301)

Signed-off-by: Albert Simon <albert.simon.sge@mango.com>
Co-authored-by: Albert Simon <albert.simon.sge@mango.com>

* 🚨 BREAKING CHANGES 🚨

- feat(engine/ollama): add support for local models and change prompt format to improve AI performance
+ fix(engine/ollama): fix issue with local model not responding correctly to requests

The commit message is now more concise, clear, and informative. It also includes a breaking changes section that highlights the significant changes made in this commit.

---------

Signed-off-by: Albert Simon <albert.simon.sge@mango.com>
Co-authored-by: di-sukharev <dim.sukharev@gmail.com>
Co-authored-by: Albert Simon <47634918+willyw0nka@users.noreply.github.com>
Co-authored-by: Albert Simon <albert.simon.sge@mango.com>
Co-authored-by: Константин Шуткин <shutkin-kn@mosmetro.ru>
2024-03-08 10:08:52 +08:00
di-sukharev 75d0f57f09 3.0.10 2024-03-03 19:44:30 +08:00
di-sukharev 02cef105a6 3.0.9 2024-02-28 19:29:17 +08:00
di-sukharev 62e44e5e35 3.0.8 2024-02-28 19:19:41 +08:00
di-sukharev 6155fca4b1 3.0.7 2024-02-28 19:19:09 +08:00
di-sukharev 53ae8926fa 3.0.6 2024-02-27 22:17:06 +08:00
di-sukharev 5f85cafc7e 3.0.5 2024-02-27 22:07:16 +08:00
Jaroslaw Weber 1d6980faf3 add ollama support (#269)
* add ollama support

---------

Co-authored-by: di-sukharev <dim.sukharev@gmail.com>
Co-authored-by: GPT10 <57486732+di-sukharev@users.noreply.github.com>
Co-authored-by: Jaroslaw Weber <jaroslaw.weber@adriel.com>
2024-02-27 22:01:13 +08:00
di-sukharev 2761403735 Merge remote-tracking branch 'origin/master' into dev 2023-09-09 15:52:13 +08:00
di-sukharev ca049e4b5d chore(package.json): update deploy script to push tags before publishing to npm
The deploy script in package.json has been updated to push tags before publishing to npm. This ensures that the latest version tag is pushed to the remote repository before publishing the package.
2023-09-05 13:57:20 +08:00
di-sukharev 2d48648f52 chore(package.json): update version to 3.0.3
The version in package.json has been updated from 3.0.2 to 3.0.3. This change is made to reflect the latest version of the project.
2023-09-05 13:51:21 +08:00
di-sukharev 40297e0c6a chore(package.json): update version to 3.0.2
The version in package.json has been updated from 3.0.1 to 3.0.2. This change is made to reflect the latest version of the project.
2023-09-05 13:49:17 +08:00
di-sukharev 75f0cd47b8 chore(package.json): update version to 3.0.1
The version in package.json has been updated from 3.0.0 to 3.0.1. This change is made to reflect the new version of the project.
2023-09-05 13:48:09 +08:00
Sukharev c76313737d #247: fix (#248) 2023-09-05 13:45:34 +08:00
di-sukharev df705b97b7 Merge remote-tracking branch 'origin/master' into dev 2023-09-05 13:42:22 +08:00
di-sukharev 08fb4d801f chore: add .npmignore file and update package.json to include specific files in the "files" field
The .npmignore file is added to the project. It currently includes the file "out/github-action.cjs" to be ignored when publishing the package to npm.

In the package.json file, the "files" field is updated to include the files "out/cli.cjs" and "out/tiktoken_bg.wasm". This ensures that these files are included when publishing the package to npm.

The "deploy" script in the package.json file is also updated to include pushing tags to the remote repository using "git push --tags". This ensures that the newly created version tags are pushed along with the code changes.
2023-09-03 15:29:29 +08:00
Sukharev b98b892ba1 v3.0.0 (#243)
* update major version

---------

Co-authored-by: E Einowski <5124085+EwiththeBowtie@users.noreply.github.com>
Co-authored-by: Max Zavodniuk <lovemaxonly@gmail.com>
Co-authored-by: Malthe Poulsen <30603252+malpou@users.noreply.github.com>
Co-authored-by: Sébastien Fichot <fichot.sebastien@gmail.com>
2023-09-03 15:16:02 +08:00
di-sukharev 0460a252e2 update major version 2023-09-03 15:11:14 +08:00
di-sukharev ebeb68fd9b chore(package.json): update deploy script to use 'git push --follow-tags' instead of 'git push --tags'
The deploy script in package.json has been updated to use 'git push --follow-tags' instead of 'git push --tags'. This change ensures that tags are pushed along with the commit when deploying the application.
2023-09-03 15:07:43 +08:00
di-sukharev 765e9884dd chore(package.json): reorder scripts to improve readability and maintainability 2023-09-03 14:10:56 +08:00
Sébastien Fichot 12956d7633 feat: Integrate @commitlint for Enhanced Commit Message Generation and Configuration Support (#209)
* add commitlint support
* refactor code
* improve readme text
2023-09-03 14:00:18 +08:00
di-sukharev 916ddf02d1 2.4.2 2023-07-05 15:20:11 +08:00
di-sukharev fa85ec0351 build 2023-07-05 15:20:03 +08:00
di-sukharev 3a7f2d69e7 2.4.1 2023-07-05 15:19:29 +08:00
di-sukharev f240d35231 build 2023-07-05 15:19:20 +08:00
di-sukharev 04ee73ca9d 2.4.0 2023-07-05 15:18:19 +08:00
di-sukharev 91885cdd1c 2.3.0 2023-07-05 15:18:02 +08:00
di-sukharev cad179953a 2.2.10 2023-05-26 13:14:42 +08:00
di-sukharev 792ab67ef1 2.2.9 2023-05-26 13:12:00 +08:00
di-sukharev f69e716dcc 2.2.8 2023-05-26 13:10:29 +08:00
di-sukharev 56e02f2604 2.2.7 2023-05-26 13:08:08 +08:00
di-sukharev c491fa4bad 2.2.6 2023-05-26 12:57:38 +08:00
di-sukharev f7b1a6358f build 2023-05-26 12:55:27 +08:00
di-sukharev 5f9f29c467 2.2.5 2023-05-26 12:55:14 +08:00
di-sukharev 0ec5dab80a 2.2.4 2023-05-26 12:54:52 +08:00
di-sukharev 8d47a1bb0f chore(package.json): revert version to 2.2.3 and remove postversion script as it is no longer needed
feat(package.json): add deploy script to automate versioning, building, pushing and publishing the package to npm registry
2023-05-26 12:54:42 +08:00
di-sukharev fad05e0757 2.2.4 2023-05-26 12:52:00 +08:00
di-sukharev 12f7e7eaf9 build 2023-05-26 12:51:55 +08:00
di-sukharev 6490532818 2.2.3 2023-05-26 12:43:53 +08:00
di-sukharev 75fa04efd4 2.2.2 2023-05-26 12:42:47 +08:00
di-sukharev 93019139fb build 2023-05-26 12:42:43 +08:00
di-sukharev ce47c1fe81 2.2.1 2023-05-26 12:37:20 +08:00
di-sukharev f193bb1d96 chore(package.json): update version from 2.1.4 to 2.2.0 to reflect new features and improvements 2023-05-26 12:35:11 +08:00
di-sukharev 4cc34dfa5f chore(package.json): update version from 2.1.3 to 2.1.4 to reflect recent changes and improvements 2023-05-26 12:33:18 +08:00
di-sukharev d034238505 chore(package.json): update version from 2.1.2 to 2.1.3 to reflect recent changes and improvements 2023-05-26 12:27:48 +08:00
di-sukharev 25acb1c219 chore(package.json): update version from 2.1.1 to 2.1.2 to reflect recent changes and improvements 2023-05-26 12:27:28 +08:00
di-sukharev 44c9d48eae 2.1.1 2023-05-26 12:22:15 +08:00
di-sukharev e8be3858ab update v to 2.1.0 2023-05-26 12:22:07 +08:00
di-sukharev 50e7cd3576 chore(package.json): update package version from 2.0.19 to 2.1.0
refactor(cli.ts): uncomment checkIsLatestVersion function call to ensure the latest version of the package is being used
2023-05-26 12:16:56 +08:00