Commit Graph

8 Commits

Author SHA1 Message Date
Butui Hu
6e710f3210 Fix temperature not being set to 0 due to json omitempty
The issue was caused by the `omitempty` tag in the Go struct, which prevented the `temperature` field from being included in the JSON output when it was set to 0.

Signed-off-by: Butui Hu <hot123tea123@gmail.com>
2025-01-21 12:54:09 +08:00
HowieWood
0788a6c25f Continue fixing Ollama embedding return issue 2024-11-06 01:21:02 +00:00
HowieWood
9e550eab00 Modify ollama embed return fields 2024-11-05 20:12:51 +08:00
CalciumIon
fffef91df5 feat: support ollama multi-text embedding 2024-09-12 18:29:45 +08:00
CalciumIon
5c1a127b1c fix: response format 2024-08-07 15:43:01 +08:00
CalciumIon
3a3f79f4b8 feat: support ollama tools 2024-07-27 17:51:05 +08:00
CaIon
f47e80f7c1 feat: support ollama embedding 2024-03-26 19:53:53 +08:00
CaIon
c1537aad3c feat: support ollama (close #112) 2024-03-12 02:36:39 +08:00