Commit Graph

70 Commits (02290fd88153eec009229fe74f20b99c3a2db32d)

Author SHA1 Message Date
Andriy Mulyar 02290fd881
LocalDocs documentation initial (#761)
* LocalDocs documentation initial
1 year ago
mvenditto 9eb81cb549
C# Bindings - Prompt formatting (#712)
* Added support for custom prompt formatting

* more docs added

* bump version
1 year ago
Nandakumar d101ca06d4
Update README.md (#738)
* Update README.md

fix golang gpt4all import path

Signed-off-by: Nandakumar <nandagunasekaran@gmail.com>

* Update README.md

Signed-off-by: Nandakumar <nandagunasekaran@gmail.com>

---------

Signed-off-by: Nandakumar <nandagunasekaran@gmail.com>
1 year ago
Joseph Mearman 020f64b9a4
tiny typo (#739) 1 year ago
Richard Guo 73db20ba85 hotfix default verbose optioin 1 year ago
Konstantin Gukov a6f3e94458 one funcion to append .bin suffix 1 year ago
Konstantin Gukov 659244f0a2 Correct indentation of the multiline error message 1 year ago
Konstantin Gukov 5e61008424 Add optional verbosity 1 year ago
Konstantin Gukov e05ee9466a Correct return type 1 year ago
Konstantin Gukov 100c809f1e Do not ignore explicitly passed 4 threads 1 year ago
Konstantin Gukov dcbdd369ad Redundant else 1 year ago
Konstantin Gukov ace34afef2 1. Cleanup the interrupted download
2. with-syntax
1 year ago
Konstantin Gukov 8053dc014b less magic number 1 year ago
Konstantin Gukov e98cfd97b3 convert to f-strings 1 year ago
Konstantin Gukov 2b6fb7b95e reduce nesting, better error reporting 1 year ago
Konstantin Gukov a067f38544 Concise model matching 1 year ago
Konstantin Gukov c1f3dd310c Log where the model was found 1 year ago
Konstantin Gukov f96300534b Nicer handling of missing model directory.
Correct exception message.
1 year ago
Konstantin Gukov 59d7db9aad More precise condition 1 year ago
Konstantin Gukov adc599b0a6 rm redundant json 1 year ago
redthing1 63f57635d8 make sample print usage and cleaner 1 year ago
redthing1 dec8546abe create test project and basic model loading tests 1 year ago
redthing1 0cc86d19be ignore rider and vscode dirs 1 year ago
Andriy Mulyar b40cd065e9
Update index.md (#689)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
redthing1 4864053a33 make build_linux.sh have +x permission 1 year ago
mvenditto 8119ff4df0
C# bindings (#650)
* First workin version of the C# bindings

* Update README.md

Signed-off-by: mvenditto <venditto.matteo@gmail.com>

* Added more docs + fixed prompt callback signature

* build scripts revision

* Added .editorconfig + fixed style issues

---------

Signed-off-by: mvenditto <venditto.matteo@gmail.com>
1 year ago
Jacob Nguyen 4462d2d755
nodejs bindings (#602)
* chore: boilerplate, refactor in future

* chore: boilerplate

* feat: can compile succesfully

* document .gyp file

* add src, test and fix gyp

* progress on prompting and some helper methods

* add destructor and basic prompting work, prepare download function

* download function done

* download function edits and adding documentation

* fix bindings memory issue and add tests and specs

* add more documentation and readme

* add npmignore

* Update README.md

Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>

* Update package.json - redundant scripts

Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>

---------

Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
1 year ago
mudler c8c95ab46f fix: adapt golang bindings to api changes 1 year ago
Andriy Mulyar efd39b0d73
Improved documentation landing page (#665)
* Better doc landing page

* Typo

* Improved docs landing page
1 year ago
Juuso Alasuutari 08ece43f0d llmodel: fix wrong and/or missing prompt callback type
Fix occurrences of the prompt callback being incorrectly specified, or
the response callback's prototype being incorrectly used in its place.

Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
1 year ago
Magnus Bengtsson 9020097bf3
Fix #614, where relative paths to includes makes imports fail (#644) 1 year ago
Richard Guo 213e033540
GPT4All Updated Docs and FAQ (#632)
* working on docs

* more doc organization

* faq

* some reformatting
1 year ago
Richard Guo 8bc9a4ca83 fixed response formatting when streaming 1 year ago
Richard Guo d1b17e1fb3 updating pip version 1 year ago
Richard Guo 057b9f51bc deploying new version with streaming 1 year ago
drbh d4861030b7
adds a simple cli chat repl (#566)
* adds a simple cli chat repl

* add n thread support and append assistant response
1 year ago
Richard Guo e659ef5b2a
Improvements to documentation (#606) 1 year ago
Andriy Mulyar bc481f2ab7
Chat doc typo (#605)
* Added modal labs example to documentation

* Added gpt4all chat

* Typo

* Andriy can't spell
1 year ago
Andriy Mulyar 5528e37660
Chat doc fixes (#604)
* Added modal labs example to documentation

* Added gpt4all chat

* Typo

---------

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 96cedc2558
Added better documentation to web server example in docs (#603)
* Added modal labs example to documentation

* Added gpt4all chat
1 year ago
Andriy Mulyar 3b407a3bd1
Update gpt4all_chat.md (#601)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 9b70bb0714
Typo (#600)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 8e3728f60e
Update gpt4all_chat.md (#598)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar e424f9bd5a
Update gpt4all_chat.md (#597)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 17de7f0529
Chat Client Documentation (#596)
* GPT4All Chat Client Documentation

* Updated documentation wording
1 year ago
Yaroslav Halchenko c942780f5a [DATALAD RUNCMD] run codespell throughout
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
1 year ago
AT 3e0ef4c2c5
Update README.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
Ettore Di Giacinto 3f63cc6b47
Golang bindings initial working version(#534)
* WIP

* Fix includes

* Try to fix linking issues

* Refinements

* allow to load MPT and llama models too

* cleanup, add example, add README
1 year ago
Andriy Mulyar eb84856344
Rename README to README.md (#575)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 782e731e66
Typescript Bindings README (#574)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago