langroid 0.59.7__py3-none-any.whl → 0.59.8__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.
@@ -324,8 +324,6 @@ MODEL_INFO: Dict[str, ModelInfo] = {
324
324
  input_cost_per_million=1.25,
325
325
  cached_cost_per_million=0.125,
326
326
  output_cost_per_million=10.00,
327
- allows_streaming=False,
328
- allows_system_message=False,
329
327
  has_structured_output=True,
330
328
  unsupported_params=["temperature"],
331
329
  rename_params={"max_tokens": "max_completion_tokens"},
@@ -340,8 +338,6 @@ MODEL_INFO: Dict[str, ModelInfo] = {
340
338
  input_cost_per_million=0.25,
341
339
  cached_cost_per_million=0.025,
342
340
  output_cost_per_million=2.00,
343
- allows_streaming=False,
344
- allows_system_message=False,
345
341
  has_structured_output=True,
346
342
  unsupported_params=["temperature"],
347
343
  rename_params={"max_tokens": "max_completion_tokens"},
@@ -356,8 +352,6 @@ MODEL_INFO: Dict[str, ModelInfo] = {
356
352
  input_cost_per_million=0.05,
357
353
  cached_cost_per_million=0.005,
358
354
  output_cost_per_million=0.40,
359
- allows_streaming=False,
360
- allows_system_message=False,
361
355
  has_structured_output=True,
362
356
  unsupported_params=["temperature"],
363
357
  rename_params={"max_tokens": "max_completion_tokens"},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langroid
3
- Version: 0.59.7
3
+ Version: 0.59.8
4
4
  Summary: Harness LLMs with Multi-Agent Programming
5
5
  Author-email: Prasad Chalasani <pchalasani@gmail.com>
6
6
  License: MIT
@@ -77,7 +77,7 @@ langroid/language_models/base.py,sha256=uRi-XtQhsEBN702_lGepxlNQ0e8gaPgaXjULYn2r
77
77
  langroid/language_models/client_cache.py,sha256=c8tAUTKxbd-CVGRy9WPYhI1pLtarFWWwX6-qm4ZXaqk,9399
78
78
  langroid/language_models/config.py,sha256=rhEZ9Wwq42q1uW_-oRFbilJhIw1vYlTvYqIk_7pHiSY,397
79
79
  langroid/language_models/mock_lm.py,sha256=tA9JpURznsMZ59iRhFYMmaYQzAc0D0BT-PiJIV58sAk,4079
80
- langroid/language_models/model_info.py,sha256=qAx_BSU2Ix7gkCtFirRnKwrtMq20ORPv9fwmOOOsa9Q,19532
80
+ langroid/language_models/model_info.py,sha256=BmyHgyf0qrcF4R9cUQAu-RckImLo4pKcRWSzg5q1AhI,19325
81
81
  langroid/language_models/openai_gpt.py,sha256=qz-KN8phkVglZ6GeqXDwW60Dr1--ZhhKdTEaXwftRZA,93543
82
82
  langroid/language_models/provider_params.py,sha256=upG4cBrX8fcvAo1g7fcsv-rBbsfypIqcDRRV9m1hohU,4846
83
83
  langroid/language_models/utils.py,sha256=n55Oe2_V_4VNGhytvPWLYC-0tFS07RTjN83KWl-p_MI,6032
@@ -139,7 +139,7 @@ langroid/vector_store/pineconedb.py,sha256=7V0Bkt4ZrOR3V90tdXvdFmyNGuww7SFdyPq7-
139
139
  langroid/vector_store/postgres.py,sha256=TY_VshimwFZglYgKYm7Qn1F-dCSL8GsXRTgmh7VTe9c,16110
140
140
  langroid/vector_store/qdrantdb.py,sha256=mqxMOrcLAQpl0opuL8vXhdIt6ppv2zYyAvddHZoEW0Y,19184
141
141
  langroid/vector_store/weaviatedb.py,sha256=BS95bxVKNYfQc9VPb85a1HlcgnXfAkgMzjydnjCgRHc,11853
142
- langroid-0.59.7.dist-info/METADATA,sha256=PEdzKonu-UCwiNQjBg0I-BqZGbY0-KYCB7UDs4_xbPI,66517
143
- langroid-0.59.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
144
- langroid-0.59.7.dist-info/licenses/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
145
- langroid-0.59.7.dist-info/RECORD,,
142
+ langroid-0.59.8.dist-info/METADATA,sha256=URy5sRVmD5E7DQdVg-TjodaingDUvId0hsgsATNQF5A,66517
143
+ langroid-0.59.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
144
+ langroid-0.59.8.dist-info/licenses/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
145
+ langroid-0.59.8.dist-info/RECORD,,