Commit Graph

65 Commits (21df8a771eea4c4a000ff9a383c08ed4ddc9b757)

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
Andriy Mulyar d15ff7de40 Update gpt4all_chat.md (#800)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
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
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 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
Andriy Mulyar 8bf1e5abbd Update index.md (#689)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 98b435628f Improved documentation landing page (#665)
* Better doc landing page

* Typo

* Improved docs landing page
1 year ago
Juuso Alasuutari f0b942d323 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
Richard Guo 279156e116 GPT4All Updated Docs and FAQ (#632)
* working on docs

* more doc organization

* faq

* some reformatting
1 year ago
Richard Guo c679d35eb1 fixed response formatting when streaming 1 year ago
Richard Guo 860193b9e8 updating pip version 1 year ago
Richard Guo 4b583dd759 deploying new version with streaming 1 year ago
drbh 596120b44a 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 7c03bacc19 Improvements to documentation (#606) 1 year ago
Andriy Mulyar d729a4435f Chat doc typo (#605)
* Added modal labs example to documentation

* Added gpt4all chat

* Typo

* Andriy can't spell
1 year ago
Andriy Mulyar e74f523071 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 90e6cf937b Added better documentation to web server example in docs (#603)
* Added modal labs example to documentation

* Added gpt4all chat
1 year ago
Andriy Mulyar 980ecb6370 Update gpt4all_chat.md (#601)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar d30b136611 Typo (#600)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar a094bb5e1a Update gpt4all_chat.md (#598)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 86beffc1f1 Update gpt4all_chat.md (#597)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 39318b6288 Chat Client Documentation (#596)
* GPT4All Chat Client Documentation

* Updated documentation wording
1 year ago
Yaroslav Halchenko 15f7f1fc6c [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 66a5234d17 Update README.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
Richard Guo 5071b07977 Update README.md (#561)
Signed-off-by: Richard Guo <richardg7890@gmail.com>
1 year ago
Andriy Mulyar 44ed64e564 Modal labs python docs (#558)
* Added modal labs example to documentation

* Modal snippet update docs

---------

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 438529c222 Added modal labs example to documentation (#556) 1 year ago