janito 2.14.0__py3-none-any.whl → 2.15.0__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.
- janito/providers/zai/provider.py +1 -1
- {janito-2.14.0.dist-info → janito-2.15.0.dist-info}/METADATA +1 -1
- {janito-2.14.0.dist-info → janito-2.15.0.dist-info}/RECORD +7 -7
- {janito-2.14.0.dist-info → janito-2.15.0.dist-info}/WHEEL +0 -0
- {janito-2.14.0.dist-info → janito-2.15.0.dist-info}/entry_points.txt +0 -0
- {janito-2.14.0.dist-info → janito-2.15.0.dist-info}/licenses/LICENSE +0 -0
- {janito-2.14.0.dist-info → janito-2.15.0.dist-info}/top_level.txt +0 -0
janito/providers/zai/provider.py
CHANGED
@@ -17,7 +17,7 @@ class ZAIProvider(LLMProvider):
|
|
17
17
|
NAME = "zai"
|
18
18
|
MAINTAINER = "João Pinto <janito@ikignosis.org>"
|
19
19
|
MODEL_SPECS = MODEL_SPECS
|
20
|
-
DEFAULT_MODEL = "glm-4.5
|
20
|
+
DEFAULT_MODEL = "glm-4.5" # Options: glm-4.5, glm-4.5-air
|
21
21
|
|
22
22
|
def __init__(
|
23
23
|
self, auth_manager: LLMAuthManager = None, config: LLMDriverConfig = None
|
@@ -144,7 +144,7 @@ janito/providers/openai/provider.py,sha256=U9Bp9g2KQ58J6-B5vDgsXM05xASsgaWQOofew
|
|
144
144
|
janito/providers/openai/schema_generator.py,sha256=hTqeLcPTR8jeKn5DUUpo7b-EZ-V-g1WwXiX7MbHnFzE,2234
|
145
145
|
janito/providers/zai/__init__.py,sha256=qtIr9_QBFaXG8xB6cRDGhS7se6ir11CWseI9azLMRBo,24
|
146
146
|
janito/providers/zai/model_info.py,sha256=ldwD8enpxXv1G-YsDw4YJn31YsVueQ4vj5HgoYvnPxo,1183
|
147
|
-
janito/providers/zai/provider.py,sha256=
|
147
|
+
janito/providers/zai/provider.py,sha256=x_W4sTagE_MWOT8e_-M_wJ5Uq8wFKQRVRQfBT_vTUsQ,5413
|
148
148
|
janito/providers/zai/schema_generator.py,sha256=0kuxbrWfNKGO9fzxFStqOpTT09ldyI6vYxeDxFN4ku8,4091
|
149
149
|
janito/tools/DOCSTRING_STANDARD.txt,sha256=VLPwNgjxRVD_xZSSVvUZ4H-4bBwM-VKh_RyfzYQsYSs,1735
|
150
150
|
janito/tools/README.md,sha256=5HkLpF5k4PENJER7SlDPRXj0yo9mpHvAHW4uuzhq4ak,115
|
@@ -207,9 +207,9 @@ janito/tools/adapters/local/validate_file_syntax/ps1_validator.py,sha256=TeIkPt0
|
|
207
207
|
janito/tools/adapters/local/validate_file_syntax/python_validator.py,sha256=BfCO_K18qy92m-2ZVvHsbEU5e11OPo1pO9Vz4G4616E,130
|
208
208
|
janito/tools/adapters/local/validate_file_syntax/xml_validator.py,sha256=AijlsP_PgNuC8ZbGsC5vOTt3Jur76otQzkd_7qR0QFY,284
|
209
209
|
janito/tools/adapters/local/validate_file_syntax/yaml_validator.py,sha256=TgyI0HRL6ug_gBcWEm5TGJJuA4E34ZXcIzMpAbv3oJs,155
|
210
|
-
janito-2.
|
211
|
-
janito-2.
|
212
|
-
janito-2.
|
213
|
-
janito-2.
|
214
|
-
janito-2.
|
215
|
-
janito-2.
|
210
|
+
janito-2.15.0.dist-info/licenses/LICENSE,sha256=GSAKapQH5ZIGWlpQTA7v5YrfECyaxaohUb1vJX-qepw,1090
|
211
|
+
janito-2.15.0.dist-info/METADATA,sha256=oTUyBgKHJx3XuGb160vrBQIph_KJ75KFs1m7YyR2Yf8,16365
|
212
|
+
janito-2.15.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
213
|
+
janito-2.15.0.dist-info/entry_points.txt,sha256=wIo5zZxbmu4fC-ZMrsKD0T0vq7IqkOOLYhrqRGypkx4,48
|
214
|
+
janito-2.15.0.dist-info/top_level.txt,sha256=m0NaVCq0-ivxbazE2-ND0EA9Hmuijj_OGkmCbnBcCig,7
|
215
|
+
janito-2.15.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|