ollama-proxy 0.1.0

Proxy server for Ollama
1
2
3
4
5
6
7
8
9
# Clippy configuration file
# See https://doc.rust-lang.org/clippy/ for more information

# Configure threshold values
too-many-arguments-threshold = 10
too-many-lines-threshold = 200
cognitive-complexity-threshold = 25
array-size-threshold = 20
type-complexity-threshold = 300