Skip to content

Commit 6e498df

Browse files
committed
fix: ollama model name
1 parent 702bb6c commit 6e498df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ disable = [
6363
"too-many-statements",
6464
"unspecified-encoding",
6565
"missing-class-docstring",
66+
"too-few-public-methods", # LM only have 1 public method
6667
]
6768
fail-under = 9
6869
max-line-length = 120

0 commit comments

Comments
 (0)