- 16 Nov, 2023 3 commits
-
-
Piero Savastano authored
-
Dane Madsen authored
-
Michael Yang authored
create remote models
-
- 15 Nov, 2023 16 commits
-
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Michael Yang authored
Co-authored-by:Bruce MacDonald <brucewmacdonald@gmail.com>
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Matt Williams authored
* faq: does ollama share my prompts Signed-off-by:
Matt Williams <m@technovangelist.com> * faq: ollama and openai Signed-off-by:
Matt Williams <m@technovangelist.com> * faq: vscode plugins Signed-off-by:
Matt Williams <m@technovangelist.com> * faq: send a doc to Ollama Signed-off-by:
Matt Williams <m@technovangelist.com> * extra spacing Signed-off-by:
Matt Williams <m@technovangelist.com> * Update faq.md * Update faq.md --------- Signed-off-by:
Matt Williams <m@technovangelist.com> Co-authored-by:
Michael <mchiang0610@users.noreply.github.com>
-
Michael Yang authored
replace go-humanize with format.HumanBytes
-
bnodnarb authored
-
- 14 Nov, 2023 6 commits
-
-
Michael Yang authored
-
Jeffrey Morgan authored
Previously, `ollama run` treated a non-terminal stdin (such as `ollama run model < file`) as containing one prompt per line. To run inference on a multi-line prompt, the only non-API workaround was to run `ollama run` interactively and wrap the prompt in `"""..."""`. Now, `ollama run` treats a non-terminal stdin as containing a single prompt. For example, if `myprompt.txt` is a multi-line file, then `ollama run model < myprompt.txt` would treat `myprompt.txt`'s entire contents as the prompt. Co-authored-by:Quinn Slack <quinn@slack.org>
-
Bruce MacDonald authored
This field is optional and should be under the `Advanced parameters` header
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 13 Nov, 2023 4 commits
-
-
Huy Le authored
-
Enrico Ros authored
* New big-AGI integration Ollama works great in big-AGI, and this document explains how to link the two projects. * Update README.md
-
Ilya Breitburg authored
-
Michael Yang authored
Fixed incorrect base model name
-
- 11 Nov, 2023 1 commit
-
-
Kevin Hermawan authored
-
- 10 Nov, 2023 7 commits
-
-
Daniel Reis authored
-
Daniel Reis authored
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
Resume chunk download on UnexpectedEOF errors
-
Daniel Hiltgen authored
If the chunk download is interrupted, resume from where we left off
-
Matt Williams authored
docs: add examples using bash to compare models
-
Jeffrey Morgan authored
* add `"format": "json"` as an API parameter --------- Co-authored-by:Bruce MacDonald <brucewmacdonald@gmail.com>
-
- 09 Nov, 2023 3 commits
-
-
Daniel Reis authored
-
Daniel Reis authored
-
Bruce MacDonald authored
-