Commit Graph

91 Commits (2d2de658c86dc7e70b4e2dc2929b56cbd00090fe)

Author SHA1 Message Date
Richard Guo fc3655e163 small typo fix 1 year ago
Richard Guo d051ac889c more cleanup 1 year ago
Richard Guo 46986d5f26 cleanup 1 year ago
Richard Guo 67b7641390 fixed finding model libs 1 year ago
Richard Guo 8ad14e209a load libs correctly 1 year ago
Richard Guo 711f8e8af4 model creation is failing... debugging 1 year ago
Richard Guo 74e69a3e80 load all model libs 1 year ago
Richard Guo 9ed9530367 updated bindings code for updated C api 1 year ago
mvenditto fc5537badf C# Bindings - improved logging (#714)
* added optional support for .NET logging

* bump version and add missing alpha suffix

* avoid creating additional namespace for extensions

* prefer NullLogger/NullLoggerFactory over null-conditional ILogger to avoid errors

---------

Signed-off-by: mvenditto <venditto.matteo@gmail.com>
1 year ago
Andriy Mulyar d15ff7de40 Update gpt4all_chat.md (#800)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Tim Miller 455e6aa7ce Fix MSVC Build, Update C# Binding Scripts 1 year ago
Ettore Di Giacinto ac079b1e67 Add ldl in gpt4all.go for dynamic linking (#797) 1 year ago
mudler 901618f607 Drop leftover include 1 year ago
mudler 3da205fb2e Style 1 year ago
mudler ea3f91ed24 Adapt makefile 1 year ago
mudler 96d3cfd053 Debug 1 year ago
mudler 3a29055606 Makefile changes (WIP to test) 1 year ago
mudler 2a6b6fc1b5 Adapt code 1 year ago
Andriy Mulyar ed0bade24d Documentation improvements on LocalDocs (#790)
* Update gpt4all_chat.md

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>

* typo

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>

---------

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar fae8d65582 Fixed formatting of localdocs docs (#770) 1 year ago
Andriy Mulyar 7e18f179e9 Improved localdocs documentation (#762)
* Improved localdocs documentation

* Improved localdocs documentation

* Improved localdocs documentation

* Improved localdocs documentation
1 year ago
Andriy Mulyar 3bb19b5e91 LocalDocs documentation initial (#761)
* LocalDocs documentation initial
1 year ago
mvenditto 522dfdbfe1 C# Bindings - Prompt formatting (#712)
* Added support for custom prompt formatting

* more docs added

* bump version
1 year ago
Nandakumar 4161bfba33 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 6ec2e26cd1 tiny typo (#739) 1 year ago
Richard Guo 9f62d4d05f hotfix default verbose optioin 1 year ago
Konstantin Gukov 6ec3efa355 one funcion to append .bin suffix 1 year ago
Konstantin Gukov 52efd17165 Correct indentation of the multiline error message 1 year ago
Konstantin Gukov 39bdd74ddd Add optional verbosity 1 year ago
Konstantin Gukov 136a5ac30d Correct return type 1 year ago
Konstantin Gukov e362e18431 Do not ignore explicitly passed 4 threads 1 year ago
Konstantin Gukov a2e2a64899 Redundant else 1 year ago
Konstantin Gukov 8229bb5477 1. Cleanup the interrupted download
2. with-syntax
1 year ago
Konstantin Gukov b12e0e98c7 less magic number 1 year ago
Konstantin Gukov 4dff67cee5 convert to f-strings 1 year ago
Konstantin Gukov 6e3c59d8b2 reduce nesting, better error reporting 1 year ago
Konstantin Gukov 591a047204 Concise model matching 1 year ago
Konstantin Gukov 4de8f991f9 Log where the model was found 1 year ago
Konstantin Gukov b6b21441c7 Nicer handling of missing model directory.
Correct exception message.
1 year ago
Konstantin Gukov 84201784b5 More precise condition 1 year ago
Konstantin Gukov e3bdc8fc87 rm redundant json 1 year ago
redthing1 0e11584783 make sample print usage and cleaner 1 year ago
redthing1 448acb337d create test project and basic model loading tests 1 year ago
redthing1 9248bd0c1e ignore rider and vscode dirs 1 year ago
Andriy Mulyar 8bf1e5abbd Update index.md (#689)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
redthing1 5a74b552f9 make build_linux.sh have +x permission 1 year ago
mvenditto 6ab38d8aea 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 394d9b4076 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 11984de7e7 fix: adapt golang bindings to api changes 1 year ago
Andriy Mulyar 98b435628f Improved documentation landing page (#665)
* Better doc landing page

* Typo

* Improved docs landing page
1 year ago