airtrain 0.1.49__py3-none-any.whl → 0.1.50__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.
- airtrain/__init__.py +1 -1
- airtrain/integrations/combined/list_models_factory.py +4 -0
- {airtrain-0.1.49.dist-info → airtrain-0.1.50.dist-info}/METADATA +1 -1
- {airtrain-0.1.49.dist-info → airtrain-0.1.50.dist-info}/RECORD +7 -7
- {airtrain-0.1.49.dist-info → airtrain-0.1.50.dist-info}/WHEEL +0 -0
- {airtrain-0.1.49.dist-info → airtrain-0.1.50.dist-info}/entry_points.txt +0 -0
- {airtrain-0.1.49.dist-info → airtrain-0.1.50.dist-info}/top_level.txt +0 -0
airtrain/__init__.py
CHANGED
@@ -27,6 +27,10 @@ class GenericListModelsInput(InputSchema):
|
|
27
27
|
"If True, fetch models from the API only. If False, use local config."
|
28
28
|
)
|
29
29
|
)
|
30
|
+
account_id: Optional[str] = Field(
|
31
|
+
default=None,
|
32
|
+
description="Account ID for Fireworks models"
|
33
|
+
)
|
30
34
|
|
31
35
|
|
32
36
|
# Generic list models output schema
|
@@ -1,4 +1,4 @@
|
|
1
|
-
airtrain/__init__.py,sha256=
|
1
|
+
airtrain/__init__.py,sha256=8GGJvylUFZz_cXUNZANuF0voqAwA186z36WfBzzZ4mE,2099
|
2
2
|
airtrain/__main__.py,sha256=EU8ffFmCdC1G-UcHHt0Oo3lB1PGqfC6kwzH39CnYSwU,72
|
3
3
|
airtrain/builder/__init__.py,sha256=D33sr0k_WAe6FAJkk8rUaivEzFaeVqLXkQgyFWEhfPU,110
|
4
4
|
airtrain/builder/agent_builder.py,sha256=3XnGUAcK_6lWoUDtL0TanliQZuh7u0unhNbnrz1z2-I,5018
|
@@ -27,7 +27,7 @@ airtrain/integrations/cerebras/credentials.py,sha256=KDEH4r8FGT68L9p34MLZWK65wq_
|
|
27
27
|
airtrain/integrations/cerebras/skills.py,sha256=BJEb_7TglCYAukD3kcx37R8ibnJWdxVrBrwf3ZTYP-4,4924
|
28
28
|
airtrain/integrations/combined/__init__.py,sha256=EL_uZs8436abeZA6NbM-gLdur7kJr4YfGGOYybKOhjc,467
|
29
29
|
airtrain/integrations/combined/groq_fireworks_skills.py,sha256=Kz8UDU4-Rl71znz3ml9qVMRz669iWx4sUl37iafW0NU,4612
|
30
|
-
airtrain/integrations/combined/list_models_factory.py,sha256=
|
30
|
+
airtrain/integrations/combined/list_models_factory.py,sha256=ZCkpCsRgD4PF09z7-DP5CncwS6tr4vtXQCs8l-Mdpl0,6621
|
31
31
|
airtrain/integrations/fireworks/__init__.py,sha256=GstUg0rYC-7Pg0DVbDXwL5eO1hp3WCSfroWazbGpfi0,545
|
32
32
|
airtrain/integrations/fireworks/completion_skills.py,sha256=zxx7aNlum9scQMri5Ek0qN8VfAomhyUp3u8JJo_AFWM,5615
|
33
33
|
airtrain/integrations/fireworks/conversation_manager.py,sha256=ifscKHYKWM_NDElin-oTzpRhyoh6pzBnklmMuH5geOY,3706
|
@@ -71,8 +71,8 @@ airtrain/integrations/together/rerank_skill.py,sha256=gjH24hLWCweWKPyyfKZMG3K_g9
|
|
71
71
|
airtrain/integrations/together/schemas.py,sha256=pBMrbX67oxPCr-sg4K8_Xqu1DWbaC4uLCloVSascROg,1210
|
72
72
|
airtrain/integrations/together/skills.py,sha256=8DwkexMJu1Gm6QmNDfNasYStQ31QsXBbFP99zR-YCf0,7598
|
73
73
|
airtrain/integrations/together/vision_models_config.py,sha256=m28HwYDk2Kup_J-a1FtynIa2ZVcbl37kltfoHnK8zxs,1544
|
74
|
-
airtrain-0.1.
|
75
|
-
airtrain-0.1.
|
76
|
-
airtrain-0.1.
|
77
|
-
airtrain-0.1.
|
78
|
-
airtrain-0.1.
|
74
|
+
airtrain-0.1.50.dist-info/METADATA,sha256=71o8bHX4ba0eMW4vQADeNdeXLv6V1-KBWqnFw4oCQMY,5375
|
75
|
+
airtrain-0.1.50.dist-info/WHEEL,sha256=tTnHoFhvKQHCh4jz3yCn0WPTYIy7wXx3CJtJ7SJGV7c,91
|
76
|
+
airtrain-0.1.50.dist-info/entry_points.txt,sha256=rrJ36IUsyq6n1dSfTWXqVAgpQLPRWDfCqwd6_3B-G0U,52
|
77
|
+
airtrain-0.1.50.dist-info/top_level.txt,sha256=cFWW1vY6VMCb3AGVdz6jBDpZ65xxBRSqlsPyySxTkxY,9
|
78
|
+
airtrain-0.1.50.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|