ai-gateway/relay/adaptor/ollama
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
..
adaptor.go feat: update Ollama embedding API to latest version with multi-text embedding support (#1715) 2024-08-06 23:43:20 +08:00
constants.go chore: update ollama models 2024-04-26 23:12:39 +08:00
main.go feat: add Max Tokens and Context Window Setting Options for Ollama Channel (#1694) 2024-08-06 23:44:37 +08:00
model.go feat: add Max Tokens and Context Window Setting Options for Ollama Channel (#1694) 2024-08-06 23:44:37 +08:00