crewplus 0.1.3__tar.gz → 0.1.4__tar.gz
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 crewplus might be problematic. Click here for more details.
- {crewplus-0.1.3 → crewplus-0.1.4}/PKG-INFO +1 -1
- {crewplus-0.1.3 → crewplus-0.1.4}/crewplus/services/gemini_chat_model.py +1 -1
- {crewplus-0.1.3 → crewplus-0.1.4}/pyproject.toml +1 -1
- {crewplus-0.1.3 → crewplus-0.1.4}/LICENSE +0 -0
- {crewplus-0.1.3 → crewplus-0.1.4}/README.md +0 -0
- {crewplus-0.1.3 → crewplus-0.1.4}/crewplus/__init__.py +0 -0
- {crewplus-0.1.3 → crewplus-0.1.4}/crewplus/services/__init__.py +0 -0
- {crewplus-0.1.3 → crewplus-0.1.4}/crewplus/services/model_load_balancer.py +0 -0
- {crewplus-0.1.3 → crewplus-0.1.4}/tests/models_config.json +0 -0
|
@@ -573,7 +573,7 @@ class GeminiChatModel(BaseChatModel):
|
|
|
573
573
|
config = self._prepare_generation_config(messages, stop)
|
|
574
574
|
|
|
575
575
|
try:
|
|
576
|
-
stream = await self._client.
|
|
576
|
+
stream = await self._client.generate_content_stream(
|
|
577
577
|
model=self.model_name,
|
|
578
578
|
contents=contents,
|
|
579
579
|
config=config,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|