crewplus 0.2.6__tar.gz → 0.2.7__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crewplus
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: Base services for CrewPlus AI applications
5
5
  Author-Email: Tim Liu <tim@opsmateai.com>
6
6
  License: MIT
@@ -141,6 +141,7 @@ class ModelLoadBalancer:
141
141
  return ChatOpenAI(**kwargs)
142
142
  elif provider == 'azure-openai-embeddings':
143
143
  return AzureOpenAIEmbeddings(
144
+ model=model_config['model_name'],
144
145
  azure_deployment=model_config['deployment_name'],
145
146
  openai_api_version=model_config['api_version'],
146
147
  api_key=model_config['api_key'],
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "crewplus"
9
- version = "0.2.6"
9
+ version = "0.2.7"
10
10
  description = "Base services for CrewPlus AI applications"
11
11
  authors = [
12
12
  { name = "Tim Liu", email = "tim@opsmateai.com" },
File without changes
File without changes
File without changes
File without changes
File without changes