synth-ai 0.1.0.dev13__py3-none-any.whl → 0.1.0.dev14__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.
Potentially problematic release.
This version of synth-ai might be problematic. Click here for more details.
- synth_ai/zyk/lms/vendors/openai_standard.py +4 -1
- {synth_ai-0.1.0.dev13.dist-info → synth_ai-0.1.0.dev14.dist-info}/METADATA +1 -1
- {synth_ai-0.1.0.dev13.dist-info → synth_ai-0.1.0.dev14.dist-info}/RECORD +6 -6
- {synth_ai-0.1.0.dev13.dist-info → synth_ai-0.1.0.dev14.dist-info}/LICENSE +0 -0
- {synth_ai-0.1.0.dev13.dist-info → synth_ai-0.1.0.dev14.dist-info}/WHEEL +0 -0
- {synth_ai-0.1.0.dev13.dist-info → synth_ai-0.1.0.dev14.dist-info}/top_level.txt +0 -0
|
@@ -9,11 +9,14 @@ from synth_ai.zyk.lms.caching.initialize import (
|
|
|
9
9
|
from synth_ai.zyk.lms.vendors.base import VendorBase
|
|
10
10
|
from synth_ai.zyk.lms.vendors.constants import SPECIAL_BASE_TEMPS
|
|
11
11
|
from synth_ai.zyk.lms.vendors.retries import BACKOFF_TOLERANCE, backoff
|
|
12
|
-
|
|
12
|
+
import groq
|
|
13
13
|
DEFAULT_EXCEPTIONS_TO_RETRY = (
|
|
14
14
|
pydantic_core._pydantic_core.ValidationError,
|
|
15
15
|
openai.APIConnectionError,
|
|
16
16
|
openai.APITimeoutError,
|
|
17
|
+
groq.InternalServerError,
|
|
18
|
+
groq.APITimeoutError,
|
|
19
|
+
groq.APIConnectionError,
|
|
17
20
|
)
|
|
18
21
|
|
|
19
22
|
|
|
@@ -30,7 +30,7 @@ synth_ai/zyk/lms/structured_outputs/rehabilitate.py,sha256=_QOfnI1rJxIE9-zUMhC0P
|
|
|
30
30
|
synth_ai/zyk/lms/vendors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
31
|
synth_ai/zyk/lms/vendors/base.py,sha256=bs27mNfrCjQ5NsmxWnKfxZmpoAa9mTNAFr9AnGVwqLk,552
|
|
32
32
|
synth_ai/zyk/lms/vendors/constants.py,sha256=zqCOyXZqo297wboR9EKVSkvpq6JCMSJyeso8HdZPKa4,102
|
|
33
|
-
synth_ai/zyk/lms/vendors/openai_standard.py,sha256=
|
|
33
|
+
synth_ai/zyk/lms/vendors/openai_standard.py,sha256=q-gyWs55IzaN91jERD8aPnuxLnG04ErEpNiL-6fqi1s,4892
|
|
34
34
|
synth_ai/zyk/lms/vendors/retries.py,sha256=m-WvAiPix9ovnO2S-m53Td5VZDWBVBFuHuSK9--OVxw,38
|
|
35
35
|
synth_ai/zyk/lms/vendors/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
synth_ai/zyk/lms/vendors/core/anthropic_api.py,sha256=fcb0uVlInADl50MNYMT-IimM9mzO19D8_mSg9Gqp92Q,6986
|
|
@@ -47,8 +47,8 @@ synth_ai/zyk/lms/vendors/supported/together.py,sha256=Ni_jBqqGPN0PkkY-Ew64s3gNKk
|
|
|
47
47
|
tests/test_agent.py,sha256=CjPPWuMWC_TzX1DkDald-bbAxgjXE-HPQvFhq2B--5k,22363
|
|
48
48
|
tests/test_recursive_structured_outputs.py,sha256=Ne-9XwnOxN7eSpGbNHOpegR-sRj589I84T6y8Z_4QnA,5781
|
|
49
49
|
tests/test_structured_outputs.py,sha256=J7sfbGZ7OeB5ONIKpcCTymyayNyAdFfGokC1bcUrSx0,3651
|
|
50
|
-
synth_ai-0.1.0.
|
|
51
|
-
synth_ai-0.1.0.
|
|
52
|
-
synth_ai-0.1.0.
|
|
53
|
-
synth_ai-0.1.0.
|
|
54
|
-
synth_ai-0.1.0.
|
|
50
|
+
synth_ai-0.1.0.dev14.dist-info/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
|
51
|
+
synth_ai-0.1.0.dev14.dist-info/METADATA,sha256=xGR9NBmBcBkyFV_s1v0nRjKWkzMKJifRD_sBXyvEp7U,2773
|
|
52
|
+
synth_ai-0.1.0.dev14.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
53
|
+
synth_ai-0.1.0.dev14.dist-info/top_level.txt,sha256=5GzJO9j-KbJ_4ppxhmCUa_qdhHM4-9cHHNU76yAI8do,42
|
|
54
|
+
synth_ai-0.1.0.dev14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|