nebu 0.1.80__py3-none-any.whl → 0.1.81__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.
- nebu/processors/models.py +3 -0
- {nebu-0.1.80.dist-info → nebu-0.1.81.dist-info}/METADATA +1 -1
- {nebu-0.1.80.dist-info → nebu-0.1.81.dist-info}/RECORD +6 -6
- {nebu-0.1.80.dist-info → nebu-0.1.81.dist-info}/WHEEL +0 -0
- {nebu-0.1.80.dist-info → nebu-0.1.81.dist-info}/licenses/LICENSE +0 -0
- {nebu-0.1.80.dist-info → nebu-0.1.81.dist-info}/top_level.txt +0 -0
nebu/processors/models.py
CHANGED
@@ -104,6 +104,7 @@ class Message(BaseModel, Generic[T]):
|
|
104
104
|
orgs: Optional[Any] = None
|
105
105
|
handle: Optional[str] = None
|
106
106
|
adapter: Optional[str] = None
|
107
|
+
api_key: Optional[str] = None
|
107
108
|
|
108
109
|
|
109
110
|
class V1StreamMessage(BaseModel, Generic[T]):
|
@@ -116,6 +117,7 @@ class V1StreamMessage(BaseModel, Generic[T]):
|
|
116
117
|
orgs: Optional[Any] = None
|
117
118
|
handle: Optional[str] = None
|
118
119
|
adapter: Optional[str] = None
|
120
|
+
api_key: Optional[str] = None
|
119
121
|
|
120
122
|
|
121
123
|
class V1StreamResponseMessage(BaseModel):
|
@@ -137,6 +139,7 @@ class V1OpenAIStreamMessage(BaseModel):
|
|
137
139
|
orgs: Optional[Any] = None
|
138
140
|
handle: Optional[str] = None
|
139
141
|
adapter: Optional[str] = None
|
142
|
+
api_key: Optional[str] = None
|
140
143
|
|
141
144
|
|
142
145
|
class V1OpenAIStreamResponse(BaseModel):
|
@@ -18,13 +18,13 @@ nebu/processors/consumer.py,sha256=2_pH__T2in8BTwMBqR-DPZtEKX7np5okp5snP-kVQ5g,4
|
|
18
18
|
nebu/processors/consumer_process_worker.py,sha256=tF5KU3Rnmzfc3Y0cM8J5nwGg1cJMe-ry0FmMSgGvXrY,31765
|
19
19
|
nebu/processors/decorate.py,sha256=U-NjFszyfKD6ACEyPJogFCbOPsfRYJUgGobLzfaHwD8,54766
|
20
20
|
nebu/processors/default.py,sha256=W4slJenG59rvyTlJ7gRp58eFfXcNOTT2Hfi6zzJAobI,365
|
21
|
-
nebu/processors/models.py,sha256=
|
21
|
+
nebu/processors/models.py,sha256=FnBJFxtaJkp-uIOs90qkJUBvOR80l2cdGnfmOIWIvVA,4058
|
22
22
|
nebu/processors/processor.py,sha256=OgEK8Fz0ehSe_VFiNsxweVKZIckhgVvQQ11NNffYZqA,15848
|
23
23
|
nebu/processors/remote.py,sha256=TeAIPGEMqnDIb7H1iett26IEZrBlcbPB_-DSm6jcH1E,1285
|
24
24
|
nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
|
25
25
|
nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
-
nebu-0.1.
|
27
|
-
nebu-0.1.
|
28
|
-
nebu-0.1.
|
29
|
-
nebu-0.1.
|
30
|
-
nebu-0.1.
|
26
|
+
nebu-0.1.81.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
27
|
+
nebu-0.1.81.dist-info/METADATA,sha256=6sMaZkidEpAbMTJvmvux5FebiNvd7tE6Hh0AvO3ySNk,1731
|
28
|
+
nebu-0.1.81.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
29
|
+
nebu-0.1.81.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
|
30
|
+
nebu-0.1.81.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|