Commit Graph

21 Commits

Author SHA1 Message Date
658e60cf73 Revert "stop running model on interactive exit"
This reverts commit fad00a85e5.
2024-04-22 17:23:11 -07:00
fad00a85e5 stop running model on interactive exit 2024-04-22 16:22:14 -07:00
5a5efee46b Add gemma safetensors conversion (#3250)
Co-authored-by: Michael Yang <mxyng@pm.me>
2024-03-28 18:54:01 -07:00
1b272d5bcd change github.com/jmorganca/ollama to github.com/ollama/ollama (#3347) 2024-03-26 13:04:17 -07:00
ce0c95d097 [fix] /bye and /exit are now treated as prefixes (#2381)
* [fix] /bye and /exit are now treated as prefixes
instead of being treated as entire lines which doesn't align with the way the rest of the commands are treated

* Update cmd/interactive.go

Fixing whitespace

---------

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
2024-02-19 21:56:49 -05:00
88622847c6 fix: chat system prompting overrides (#2542) 2024-02-16 14:42:43 -05:00
1f9078d6ae Check image filetype in api handlers (#2467) 2024-02-12 11:16:20 -08:00
e135167484 Add multimodel support to ollama run in noninteractive mopde (#2317) 2024-02-01 21:33:06 -08:00
38296ab352 clear previous images when submitting an image to ollama run (#2316) 2024-02-01 21:30:26 -08:00
7913104527 Improvements to ollama run for multimodal models (#2300) 2024-02-01 17:09:51 -08:00
7c40a67841 Save and load sessions (#2063) 2024-01-25 12:12:36 -08:00
b6c0ef1e70 Merge pull request #1961 from jmorganca/mxyng/rm-double-newline
remove double newlines in /set parameter
2024-01-12 15:18:19 -08:00
565f8a3c44 Convert the REPL to use /api/chat for interactive responses (#1936) 2024-01-12 12:05:52 -08:00
5121b7ac9c remove double newlines in /set parameter 2024-01-12 11:21:15 -08:00
2bb2bdd5d4 fix lint 2024-01-09 09:36:58 -08:00
62023177f6 Merge pull request #1614 from jmorganca/mxyng/fix-set-template
fix: set template without triple quotes
2024-01-09 09:36:24 -08:00
e0d05b0f1e Accept windows paths for image processing
This enhances our regex to support windows style paths.  The regex will
match invalid path specifications, but we'll still validate file
existence and filter out mismatches
2024-01-06 10:50:27 -08:00
5580ae2472 fix: set template without triple quotes 2024-01-05 15:51:33 -08:00
9c2941e61b switch api for ShowRequest to use the name field (#1816) 2024-01-05 15:06:43 -08:00
22e93efa41 add show info command and fix the modelfile 2024-01-05 12:20:05 -08:00
2909dce894 split up interactive generation 2024-01-05 12:20:05 -08:00