synth-ai 0.1.0.dev38__py3-none-any.whl → 0.1.0.dev39__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.
- synth_ai/zyk/lms/vendors/openai_standard.py +0 -1
- {synth_ai-0.1.0.dev38.dist-info → synth_ai-0.1.0.dev39.dist-info}/METADATA +1 -1
- {synth_ai-0.1.0.dev38.dist-info → synth_ai-0.1.0.dev39.dist-info}/RECORD +6 -6
- {synth_ai-0.1.0.dev38.dist-info → synth_ai-0.1.0.dev39.dist-info}/WHEEL +0 -0
- {synth_ai-0.1.0.dev38.dist-info → synth_ai-0.1.0.dev39.dist-info}/licenses/LICENSE +0 -0
- {synth_ai-0.1.0.dev38.dist-info → synth_ai-0.1.0.dev39.dist-info}/top_level.txt +0 -0
@@ -118,7 +118,6 @@ class OpenAIStandard(VendorBase):
|
|
118
118
|
|
119
119
|
# Add reasoning_effort only for o3-mini
|
120
120
|
if model in openai_reasoners:
|
121
|
-
print("Reasoning effort:", reasoning_effort)
|
122
121
|
api_params["reasoning_effort"] = reasoning_effort
|
123
122
|
|
124
123
|
output = await self.async_client.chat.completions.create(**api_params)
|
@@ -43,7 +43,7 @@ synth_ai/zyk/lms/tools/base.py,sha256=j7wYb1xAvaAm3qVrINphgUhGS-UjZmRpbouseQYgh7
|
|
43
43
|
synth_ai/zyk/lms/vendors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
44
44
|
synth_ai/zyk/lms/vendors/base.py,sha256=aK4PEtkMLt_o3qD22kW-x3HJUEKdIk06zlH4kX0VkAE,760
|
45
45
|
synth_ai/zyk/lms/vendors/constants.py,sha256=3CCq45otD80yaLts5sFHvPgLCQNkcjHkc9cqOQ0zH4Y,320
|
46
|
-
synth_ai/zyk/lms/vendors/openai_standard.py,sha256=
|
46
|
+
synth_ai/zyk/lms/vendors/openai_standard.py,sha256=SOhm64gI65ZQD2VtvNxZz0dqK3hANEQ2WP6V0kSku20,12877
|
47
47
|
synth_ai/zyk/lms/vendors/retries.py,sha256=m-WvAiPix9ovnO2S-m53Td5VZDWBVBFuHuSK9--OVxw,38
|
48
48
|
synth_ai/zyk/lms/vendors/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
49
49
|
synth_ai/zyk/lms/vendors/core/anthropic_api.py,sha256=cgSPFgR9YM8eO1if92fch6pVv0Dxk3xigSXExGSdu-4,15329
|
@@ -57,11 +57,11 @@ synth_ai/zyk/lms/vendors/supported/deepseek.py,sha256=BElW0NGpkSA62wOqzzMtDw8XR3
|
|
57
57
|
synth_ai/zyk/lms/vendors/supported/groq.py,sha256=Fbi7QvhdLx0F-VHO5PY-uIQlPR0bo3C9h1MvIOx8nz0,388
|
58
58
|
synth_ai/zyk/lms/vendors/supported/ollama.py,sha256=K30VBFRTd7NYyPmyBVRZS2sm0UB651AHp9i3wd55W64,469
|
59
59
|
synth_ai/zyk/lms/vendors/supported/together.py,sha256=Ni_jBqqGPN0PkkY-Ew64s3gNKk51k3FCpLSwlNhKbf0,342
|
60
|
-
synth_ai-0.1.0.
|
60
|
+
synth_ai-0.1.0.dev39.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
61
61
|
tests/test_agent.py,sha256=CjPPWuMWC_TzX1DkDald-bbAxgjXE-HPQvFhq2B--5k,22363
|
62
62
|
tests/test_recursive_structured_outputs.py,sha256=Ne-9XwnOxN7eSpGbNHOpegR-sRj589I84T6y8Z_4QnA,5781
|
63
63
|
tests/test_structured_outputs.py,sha256=J7sfbGZ7OeB5ONIKpcCTymyayNyAdFfGokC1bcUrSx0,3651
|
64
|
-
synth_ai-0.1.0.
|
65
|
-
synth_ai-0.1.0.
|
66
|
-
synth_ai-0.1.0.
|
67
|
-
synth_ai-0.1.0.
|
64
|
+
synth_ai-0.1.0.dev39.dist-info/METADATA,sha256=dUv2K-LU-yTLqXf_wI1bfuLWwy1xLjsV3qnYvnkq830,2702
|
65
|
+
synth_ai-0.1.0.dev39.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
66
|
+
synth_ai-0.1.0.dev39.dist-info/top_level.txt,sha256=5GzJO9j-KbJ_4ppxhmCUa_qdhHM4-9cHHNU76yAI8do,42
|
67
|
+
synth_ai-0.1.0.dev39.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|