Commit Graph

9 Commits

Author SHA1 Message Date
MotorBottle
816f5fc9f6
Improved data process logic 2024-07-26 17:41:19 -04:00
MotorBottle
c834f83835
Added num_ctx param for ollama adapter 2024-07-26 06:26:44 -04:00
MotorBottle
d6033eb906
Update main.go 2024-07-25 13:15:58 -04:00
MotorBottle
8f04f44817
Update main.go 2024-07-25 12:57:53 -04:00
MotorBottle
8c40a1dae0
Update main.go with max_tokens param 2024-07-24 20:04:20 +08:00
zijiren
b21b3b5b46
refactor: abusing goroutines and channel (#1561)
* refactor: abusing goroutines

* fix: trim data prefix

* refactor: move functions to render package

* refactor: add back trim & flush

---------

Co-authored-by: JustSong <quanpengsong@gmail.com>
2024-06-30 18:36:33 +08:00
NongMO
6170b91d1c
feat: support for the ollama vision model (#1376)
* feat: support for the ollama vision model

`llava` model, pass test

* Update main.go

format code

* chore: remove useless log

---------

Co-authored-by: nongqiqin <nongqiqin@tipdm.com>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2024-04-27 15:47:27 +08:00
JustSong
da0842272c fix: add model to response (close #1362) 2024-04-24 22:19:58 +08:00
JustSong
24ed170e7b chore: reorganize adaptor related package 2024-04-06 01:36:48 +08:00