datarobot-moderations 11.1.18__py3-none-any.whl → 11.1.20__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.
- datarobot_dome/guard_helpers.py +1 -1
- {datarobot_moderations-11.1.18.dist-info → datarobot_moderations-11.1.20.dist-info}/METADATA +1 -2
- {datarobot_moderations-11.1.18.dist-info → datarobot_moderations-11.1.20.dist-info}/RECORD +4 -4
- {datarobot_moderations-11.1.18.dist-info → datarobot_moderations-11.1.20.dist-info}/WHEEL +0 -0
datarobot_dome/guard_helpers.py
CHANGED
|
@@ -209,7 +209,7 @@ def get_llm_gateway_client(
|
|
|
209
209
|
datarobot_endpoint, datarobot_api_token = get_datarobot_endpoint_and_token()
|
|
210
210
|
client = ChatOpenAI(
|
|
211
211
|
# default model is required by ChatOpenAI
|
|
212
|
-
model=model or "azure/gpt-4o",
|
|
212
|
+
model=model or "azure/gpt-4o-2024-11-20",
|
|
213
213
|
api_key=datarobot_api_token,
|
|
214
214
|
base_url=f"{datarobot_endpoint}/genai/llmgw",
|
|
215
215
|
# retries are handled by the LLM Gateway
|
{datarobot_moderations-11.1.18.dist-info → datarobot_moderations-11.1.20.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: datarobot-moderations
|
|
3
|
-
Version: 11.1.
|
|
3
|
+
Version: 11.1.20
|
|
4
4
|
Summary: DataRobot Monitoring and Moderation framework
|
|
5
5
|
License: DataRobot Tool and Utility Agreement
|
|
6
6
|
Author: DataRobot
|
|
@@ -12,7 +12,6 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Dist: aiohttp (>=3.9.5)
|
|
15
|
-
Requires-Dist: asyncio (>=3.4.3)
|
|
16
15
|
Requires-Dist: backoff (>=2.2.1)
|
|
17
16
|
Requires-Dist: datarobot (>=3.6.0)
|
|
18
17
|
Requires-Dist: datarobot-predict (>=1.9.6)
|
|
@@ -5,7 +5,7 @@ datarobot_dome/constants.py,sha256=vM2_JkXbn4dkWARCqxNfLriSo0E05LDXVrwNktptpuc,1
|
|
|
5
5
|
datarobot_dome/drum_integration.py,sha256=7gXi29t1Huhio68frMksrkWXfMq08V1Q49MmIRjzgMA,42227
|
|
6
6
|
datarobot_dome/guard.py,sha256=1INYx17n9ToiB5bzI-jIReUUuqkK_ucxpOx4jQLts6g,33264
|
|
7
7
|
datarobot_dome/guard_executor.py,sha256=AOI8MZeZETHMoFgBePe0wa2vE9d2975MYQnEDHLZL7s,35462
|
|
8
|
-
datarobot_dome/guard_helpers.py,sha256=
|
|
8
|
+
datarobot_dome/guard_helpers.py,sha256=ajxm-w7MS7eN5DMMO-jbbzjcOYMZ-LvhO53n2NI5_Fk,16773
|
|
9
9
|
datarobot_dome/guards/__init__.py,sha256=B5Rx8_CNCNsOpxBbRj27XOXCfRZmvmrAR-NzlzIKnDw,583
|
|
10
10
|
datarobot_dome/guards/guard_llm_mixin.py,sha256=VovlpNZjWIGamF4SSvLF5lzOFyApH5IoOiB_qtCmRg0,12216
|
|
11
11
|
datarobot_dome/llm.py,sha256=L02OvTrflmD34-FrfXebfF-zzKTeuin7fpne1Cl5psg,5719
|
|
@@ -19,6 +19,6 @@ datarobot_dome/pipeline/pipeline.py,sha256=YrGR3uS7kY9dd30B97cMESBbVNsze25RSoIcj
|
|
|
19
19
|
datarobot_dome/pipeline/vdb_pipeline.py,sha256=WTOGn1qe_ZvEcdlvHgeXxl2xTqp7GjfL13c6S-FmAfM,5146
|
|
20
20
|
datarobot_dome/runtime.py,sha256=FD8wXOweqoQVzbZMh-mucL66xT2kGxPsJUGAcJBgwxw,1468
|
|
21
21
|
datarobot_dome/streaming.py,sha256=6nYvh6SoxPRLfO6GGdEoHsQuyLP9oX1lDMe8IeGo4lw,17801
|
|
22
|
-
datarobot_moderations-11.1.
|
|
23
|
-
datarobot_moderations-11.1.
|
|
24
|
-
datarobot_moderations-11.1.
|
|
22
|
+
datarobot_moderations-11.1.20.dist-info/METADATA,sha256=aXMj9ARu5eTueotVMIJqxNXZZ1S50uXofDukyYAPu-U,4794
|
|
23
|
+
datarobot_moderations-11.1.20.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
24
|
+
datarobot_moderations-11.1.20.dist-info/RECORD,,
|
|
File without changes
|