inferencesh 0.2.21__py3-none-any.whl → 0.2.22__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 inferencesh might be problematic. Click here for more details.
- inferencesh/models/llm.py +3 -3
- {inferencesh-0.2.21.dist-info → inferencesh-0.2.22.dist-info}/METADATA +1 -1
- {inferencesh-0.2.21.dist-info → inferencesh-0.2.22.dist-info}/RECORD +7 -7
- {inferencesh-0.2.21.dist-info → inferencesh-0.2.22.dist-info}/WHEEL +0 -0
- {inferencesh-0.2.21.dist-info → inferencesh-0.2.22.dist-info}/entry_points.txt +0 -0
- {inferencesh-0.2.21.dist-info → inferencesh-0.2.22.dist-info}/licenses/LICENSE +0 -0
- {inferencesh-0.2.21.dist-info → inferencesh-0.2.22.dist-info}/top_level.txt +0 -0
inferencesh/models/llm.py
CHANGED
|
@@ -366,9 +366,9 @@ class ResponseTransformer:
|
|
|
366
366
|
def stream_generate(
|
|
367
367
|
model: Any,
|
|
368
368
|
messages: List[Dict[str, Any]],
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
369
|
+
transformer: ResponseTransformer = ResponseTransformer(),
|
|
370
|
+
tools: List[Dict[str, Any]] = [],
|
|
371
|
+
tool_choice: Dict[str, Any] = {},
|
|
372
372
|
temperature: float = 0.7,
|
|
373
373
|
top_p: float = 0.95,
|
|
374
374
|
max_tokens: int = 4096,
|
|
@@ -2,13 +2,13 @@ inferencesh/__init__.py,sha256=WdADtOhfa3HDOunoE9HLFCTFlXRykYstBIH1FpyWvj8,613
|
|
|
2
2
|
inferencesh/models/__init__.py,sha256=FDwcdtT6c4hbRitymjmN-hZMlQa8RbKSftkZZyjtUXA,536
|
|
3
3
|
inferencesh/models/base.py,sha256=4gZQRi8J7y9U6PrGD9pRIehd1MJVJAqGakPQDs2AKFM,3251
|
|
4
4
|
inferencesh/models/file.py,sha256=5xnpypcRahM1YcEjj64rv9g2gTimxrZb41YT4r440hU,7393
|
|
5
|
-
inferencesh/models/llm.py,sha256=
|
|
5
|
+
inferencesh/models/llm.py,sha256=XVHsHANGHXhB54aXAS-YcQNcgM673Q_b90xa10gorbA,21729
|
|
6
6
|
inferencesh/utils/__init__.py,sha256=-xiD6uo2XzcrPAWFb_fUbaimmnW4KFKc-8IvBzaxNd4,148
|
|
7
7
|
inferencesh/utils/download.py,sha256=7n5twvoNYDcFnKJyefImaj2YfzRI7vddQw4usZbj38c,1521
|
|
8
8
|
inferencesh/utils/storage.py,sha256=E4J8emd4eFKdmdDgAqzz3TpaaDd3n0l8gYlMHuY8yIU,519
|
|
9
|
-
inferencesh-0.2.
|
|
10
|
-
inferencesh-0.2.
|
|
11
|
-
inferencesh-0.2.
|
|
12
|
-
inferencesh-0.2.
|
|
13
|
-
inferencesh-0.2.
|
|
14
|
-
inferencesh-0.2.
|
|
9
|
+
inferencesh-0.2.22.dist-info/licenses/LICENSE,sha256=OsgqEWIh2el_QMj0y8O1A5Q5Dl-dxqqYbFE6fszuR4s,1086
|
|
10
|
+
inferencesh-0.2.22.dist-info/METADATA,sha256=o78bpkWPq1MqQH_qgT3VTK1hJLKrZRHUX8e5PVuS_4M,2757
|
|
11
|
+
inferencesh-0.2.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
inferencesh-0.2.22.dist-info/entry_points.txt,sha256=6IC-fyozAqW3ljsMLGCXxJ0_ui2Jb-2fLHtoH1RTnEE,45
|
|
13
|
+
inferencesh-0.2.22.dist-info/top_level.txt,sha256=TSMHg3T1ThMl1HGAWmzBClwOYH1ump5neof9BfHIwaA,12
|
|
14
|
+
inferencesh-0.2.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|