MotorBottle
04bb3ef392
feat: add Max Tokens and Context Window Setting Options for Ollama Channel ( #1694 )
...
* Update main.go with max_tokens param
* Update model.go with max_tokens param
* Update model.go
* Update main.go
* Update main.go
* Adds num_ctx param for Ollama Channel
* Added num_ctx param for ollama adapter
* Added num_ctx param for ollama adapter
* Improved data process logic
2024-08-06 23:44:37 +08:00
SLKun
e7e99e558a
feat: update Ollama embedding API to latest version with multi-text embedding support ( #1715 )
2024-08-06 23:43: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