code-puppy 0.0.47__py3-none-any.whl → 0.0.48__py3-none-any.whl
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.
- code_puppy/config.py +1 -1
- {code_puppy-0.0.47.dist-info → code_puppy-0.0.48.dist-info}/METADATA +1 -1
- {code_puppy-0.0.47.dist-info → code_puppy-0.0.48.dist-info}/RECORD +7 -7
- {code_puppy-0.0.47.data → code_puppy-0.0.48.data}/data/code_puppy/models.json +0 -0
- {code_puppy-0.0.47.dist-info → code_puppy-0.0.48.dist-info}/WHEEL +0 -0
- {code_puppy-0.0.47.dist-info → code_puppy-0.0.48.dist-info}/entry_points.txt +0 -0
- {code_puppy-0.0.47.dist-info → code_puppy-0.0.48.dist-info}/licenses/LICENSE +0 -0
code_puppy/config.py
CHANGED
|
@@ -55,7 +55,7 @@ def get_owner_name():
|
|
|
55
55
|
# --- MODEL STICKY EXTENSION STARTS HERE ---
|
|
56
56
|
def get_model_name():
|
|
57
57
|
"""Returns the last used model name stored in config, or None if unset."""
|
|
58
|
-
return get_value("model") or "gpt-
|
|
58
|
+
return get_value("model") or "gpt-4.1"
|
|
59
59
|
|
|
60
60
|
def set_model_name(model: str):
|
|
61
61
|
"""Sets the model name in the persistent config file."""
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
code_puppy/__init__.py,sha256=orgffM-uGp8g1XCqXGKWaFB4tCCz8TVgsLMPKCOGNx0,81
|
|
2
2
|
code_puppy/agent.py,sha256=avoOEorAYUyQYnYVVCezLz1QKDm0Qgx3i_C-BqgDiQQ,3198
|
|
3
3
|
code_puppy/agent_prompts.py,sha256=A6ADydqbHozIAtwOy_UY-fYZ2XDE9_5oV3oxOMtVCFA,6782
|
|
4
|
-
code_puppy/config.py,sha256=
|
|
4
|
+
code_puppy/config.py,sha256=VjPqWwIJSd-Up7pxTl-Ea874Vt-EgYJKEF7PNE_TjEE,2203
|
|
5
5
|
code_puppy/main.py,sha256=bc27bk6rFge95H2BumTTzRLtOx43z5FnsmjIjQx_RpU,10052
|
|
6
6
|
code_puppy/model_factory.py,sha256=Pi46jRr7JaBtJfNpSFk-fK2DlBy0Dv6tG2RcXLf4ZVI,11560
|
|
7
7
|
code_puppy/models.json,sha256=7H-y97YK9BXhag5wJU19rtg24JtZWYx60RsBLBW3WiI,2162
|
|
@@ -20,9 +20,9 @@ code_puppy/tools/common.py,sha256=dbmyZTrTBQh_0WWpaYN6jEync62W2mMrzNS8UFK0co4,14
|
|
|
20
20
|
code_puppy/tools/file_modifications.py,sha256=nT87uAoY14RTAapnFCgkLTmW9g9P9bymxts2MpSpoo0,19297
|
|
21
21
|
code_puppy/tools/file_operations.py,sha256=LJU_1b3WCXTAHa2B5VAbckrn1VVWb-HhcI3TF3BxYWs,11625
|
|
22
22
|
code_puppy/tools/web_search.py,sha256=HhcwX0MMvMDPFO8gr8gzgesD5wPXOypjkxyLZeNwL5g,589
|
|
23
|
-
code_puppy-0.0.
|
|
24
|
-
code_puppy-0.0.
|
|
25
|
-
code_puppy-0.0.
|
|
26
|
-
code_puppy-0.0.
|
|
27
|
-
code_puppy-0.0.
|
|
28
|
-
code_puppy-0.0.
|
|
23
|
+
code_puppy-0.0.48.data/data/code_puppy/models.json,sha256=7H-y97YK9BXhag5wJU19rtg24JtZWYx60RsBLBW3WiI,2162
|
|
24
|
+
code_puppy-0.0.48.dist-info/METADATA,sha256=L6hJaWInggMR4gnXUHHyM8N7Ml7hMhld-AC8S4m8tkM,4716
|
|
25
|
+
code_puppy-0.0.48.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
26
|
+
code_puppy-0.0.48.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
|
|
27
|
+
code_puppy-0.0.48.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
|
|
28
|
+
code_puppy-0.0.48.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|