codereader 0.7.3__tar.gz → 0.7.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codereader
3
- Version: 0.7.3
3
+ Version: 0.7.4
4
4
  Summary: Local code readability grader using LLMs
5
5
  License: GPLv3
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "codereader"
3
- version = "0.7.3"
3
+ version = "0.7.4"
4
4
  description = "Local code readability grader using LLMs"
5
5
  authors = [
6
6
  {name = "Jason Liu",email = "Liujason2003@gmail.com"}
@@ -119,7 +119,7 @@ class OllamaRunner:
119
119
 
120
120
  cmd = (
121
121
  [self.ollama_bin, "run"]
122
- + (["--think=false"] if self.no_think else [])
122
+ + (["--think=false"] if self.no_think else ["--hidethinking"])
123
123
  + [self.model]
124
124
  )
125
125
 
File without changes
File without changes