Noah Gitsham
|
f39daff461
|
Add missing "be" to GPU support warning message (#983)
|
2023-11-02 18:37:12 -07:00 |
|
Jeffrey Morgan
|
c50b01bc21
|
check request.Context for initial system prompt
|
2023-11-02 18:17:00 -07:00 |
|
Bruce MacDonald
|
b9dc875401
|
remove modelfile context deprecated in v0.0.7 (#974)
|
2023-11-02 20:52:56 -04:00 |
|
Jeffrey Morgan
|
06589a3b30
|
Set NumKeep to 4 by default (#982)
|
2023-11-02 17:26:11 -07:00 |
|
Michael Yang
|
1fd511e661
|
Merge pull request #975 from jmorganca/mxyng/downloads
update downloads to use retry wrapper
|
2023-11-02 16:12:48 -07:00 |
|
Michael Yang
|
c01bbe94fd
|
Merge pull request #979 from jmorganca/mxyng/num-keep
update default NumKeep
|
2023-11-02 15:48:44 -07:00 |
|
Jeffrey Morgan
|
1beb5645a9
|
only use system prompt if context is not provided (#978)
|
2023-11-02 15:48:02 -07:00 |
|
Michael Yang
|
6db3691b8f
|
update default NumKeep
|
2023-11-02 15:47:35 -07:00 |
|
Michael Yang
|
fe5a872444
|
fix upload
|
2023-11-02 13:25:58 -07:00 |
|
Michael Yang
|
d39709260f
|
download with retry
|
2023-11-02 13:16:11 -07:00 |
|
Michael Yang
|
60bb3c03a1
|
use http.Method
|
2023-11-02 13:12:45 -07:00 |
|
Jeffrey Morgan
|
2e53704685
|
default rope params to 0 for new models (#968)
|
2023-11-02 08:41:30 -07:00 |
|
Michael Yang
|
527f9a7975
|
Merge pull request #966 from jmorganca/mxyng/fix-log
|
2023-11-01 17:49:10 -07:00 |
|
Michael Yang
|
c4cc738cbf
|
fix log
|
2023-11-01 17:18:11 -07:00 |
|
Michael Yang
|
2c6189f4fe
|
Merge pull request #750 from jmorganca/mxyng/concurrent-uploads
concurrent uploads
|
2023-11-01 15:00:01 -07:00 |
|
Michael Yang
|
b99c291f47
|
fly example
|
2023-11-01 14:58:20 -07:00 |
|
Michael Yang
|
dccac8c8fa
|
k8s example
|
2023-11-01 14:52:58 -07:00 |
|
Michael Yang
|
c05ab9a86e
|
Merge pull request #965 from jmorganca/mxyng/go-mod-tidy
go mod tidy
|
2023-11-01 11:55:43 -07:00 |
|
Michael Yang
|
f42f3d9b27
|
go fmt
|
2023-11-01 11:55:08 -07:00 |
|
Michael Yang
|
341fb7e35f
|
go mod tidy
|
2023-11-01 11:54:25 -07:00 |
|
Michael
|
f31961637f
|
Update README.md
|
2023-11-01 12:20:55 -04:00 |
|
Michael Yang
|
ec3614812a
|
Merge pull request #960 from jmorganca/mxyng/fix-tautology
|
2023-11-01 08:30:49 -07:00 |
|
Michael Yang
|
f14969314a
|
Merge pull request #958 from jmorganca/mxyng/append-ld-library-path
|
2023-11-01 08:30:38 -07:00 |
|
Bruce MacDonald
|
1fb9288661
|
notify that the ollama api is available after linux install (#954)
|
2023-11-01 11:28:26 -04:00 |
|
Matt Williams
|
01a03caa20
|
Merge pull request #956 from jmorganca/mattw/apidocupdate
|
2023-10-31 21:43:11 -07:00 |
|
Michael Yang
|
bf6786bb39
|
fix tautology
|
2023-10-31 20:49:48 -07:00 |
|
Michael Yang
|
642128b75a
|
append LD_LIBRARY_PATH
|
2023-10-31 15:54:49 -07:00 |
|
Matt Williams
|
f21bd6210d
|
docs: clarify and clean up API docs
Signed-off-by: Matt Williams <m@technovangelist.com>
|
2023-10-31 13:11:33 -07:00 |
|
Matt Williams
|
80362fedce
|
better readme
Signed-off-by: Matt Williams <m@technovangelist.com>
|
2023-10-31 12:40:46 -07:00 |
|
Matt Williams
|
5757925060
|
add a gif
Signed-off-by: Matt Williams <m@technovangelist.com>
|
2023-10-31 11:52:01 -07:00 |
|
Michael
|
4512301756
|
Update README.md
|
2023-10-31 13:25:36 -04:00 |
|
Matt Williams
|
2236a93efc
|
docs: add examples using bash to compare models
Signed-off-by: Matt Williams <m@technovangelist.com>
|
2023-10-31 09:12:39 -07:00 |
|
Matt Williams
|
ad88799411
|
Merge pull request #949 from jmorganca/matt/fixPrivateGPT
fix: private gpt example was broken due to changes in chroma
|
2023-10-30 17:17:00 -07:00 |
|
Bruce MacDonald
|
0818b5e318
|
readline windows terminal support (#950)
- update the readline package to have basic support on windows, this is not full feature parity with the unix cli yet
|
2023-10-30 16:18:12 -04:00 |
|
Matt Williams
|
1df6100c77
|
Update examples/langchain-python-rag-privategpt/privateGPT.py
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
|
2023-10-30 12:48:17 -07:00 |
|
Matt Williams
|
5c48fe1fb0
|
Update examples/langchain-python-rag-privategpt/constants.py
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
|
2023-10-30 12:47:56 -07:00 |
|
Dirk Loss
|
874bb31986
|
Fix conversion command for gptneox (#948)
|
2023-10-30 14:34:29 -04:00 |
|
Matt Williams
|
f7856a57eb
|
fix: private gpt example was broken due to changes in chroma
Signed-off-by: Matt Williams <m@technovangelist.com>
|
2023-10-30 10:56:25 -07:00 |
|
Bruce MacDonald
|
f9a4281124
|
clean up: remove server functions from client (#937)
|
2023-10-30 11:10:18 -04:00 |
|
Timothy Jaeryang Baek
|
96da0792e6
|
doc: OllamaSharp for .NET moved to libraries
|
2023-10-28 16:18:38 -05:00 |
|
Timothy Jaeryang Baek
|
95d24262fc
|
doc: categorised community integrations + added web-ui
|
2023-10-28 16:02:13 -05:00 |
|
Jeffrey Morgan
|
8d03bd7b54
|
remove +build directive in term.go
|
2023-10-28 09:56:03 -07:00 |
|
Jeffrey Morgan
|
9ec16f0f03
|
fix formatting when exiting ollama run
|
2023-10-27 21:26:23 -07:00 |
|
Jeffrey Morgan
|
57a58db1b0
|
history: update pos after compact
|
2023-10-27 20:38:03 -07:00 |
|
Jeffrey Morgan
|
2d75a4537c
|
close input channel when receiving io.EOF
|
2023-10-27 20:26:04 -07:00 |
|
Jeffrey Morgan
|
4748609611
|
Don't quit ioloop on NUL character (#940)
* dont quit ioloop on 0 rune
* check for closed channel
* remove unused error on `Close()`
|
2023-10-27 20:01:48 -07:00 |
|
Jeffrey Morgan
|
c0dcea1398
|
Update faq.md
|
2023-10-27 18:29:00 -07:00 |
|
Michael Yang
|
115fc56eb7
|
calculate and verify md5 checksum
|
2023-10-27 17:07:33 -07:00 |
|
Michael Yang
|
186f685224
|
retry PUT
|
2023-10-27 17:07:33 -07:00 |
|
Michael Yang
|
12efcbb057
|
comments
|
2023-10-27 17:07:33 -07:00 |
|