beamlit 0.0.57rc117__py3-none-any.whl → 0.0.57rc119__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.
- beamlit/agents/chat.py +1 -3
- {beamlit-0.0.57rc117.dist-info → beamlit-0.0.57rc119.dist-info}/METADATA +1 -1
- {beamlit-0.0.57rc117.dist-info → beamlit-0.0.57rc119.dist-info}/RECORD +6 -6
- {beamlit-0.0.57rc117.dist-info → beamlit-0.0.57rc119.dist-info}/WHEEL +0 -0
- {beamlit-0.0.57rc117.dist-info → beamlit-0.0.57rc119.dist-info}/entry_points.txt +0 -0
- {beamlit-0.0.57rc117.dist-info → beamlit-0.0.57rc119.dist-info}/licenses/LICENSE +0 -0
beamlit/agents/chat.py
CHANGED
@@ -122,7 +122,6 @@ def get_azure_marketplace_chat_model(**kwargs):
|
|
122
122
|
def get_gemini_chat_model(**kwargs):
|
123
123
|
from langchain_google_genai import ChatGoogleGenerativeAI # type: ignore
|
124
124
|
|
125
|
-
print(kwargs)
|
126
125
|
return ChatGoogleGenerativeAI(
|
127
126
|
**kwargs,
|
128
127
|
)
|
@@ -227,8 +226,7 @@ def get_chat_model_full(name: str, agent_model: Union[Model, None] = None) -> Tu
|
|
227
226
|
"kwargs": {
|
228
227
|
"api_key": "fake_api_key",
|
229
228
|
"client_options": {
|
230
|
-
|
231
|
-
"api_endpoint": f"http://localhost:8787/{settings.workspace}/models/{name}",
|
229
|
+
"api_endpoint": get_base_url(name).replace("/v1", "")
|
232
230
|
},
|
233
231
|
"transport": "rest",
|
234
232
|
"additional_headers": {"X-Beamlit-Authorization": f"Bearer {jwt}"},
|
@@ -6,7 +6,7 @@ beamlit/run.py,sha256=YMI8iTPB1M9gd_1FG958tw-Prf9EwIcca4jK4igi7MM,4448
|
|
6
6
|
beamlit/types.py,sha256=E1hhDh_zXfsSQ0NCt9-uw90_Mr5iIlsdfnfvxv5HarU,1005
|
7
7
|
beamlit/agents/__init__.py,sha256=bWsFaXUbAps3IsL3Prti89m1s714vICXodbQi77h3vY,206
|
8
8
|
beamlit/agents/chain.py,sha256=JsinjAYBr3oaM4heouZaiaV2jMmi779LHAMtD_4P59s,4867
|
9
|
-
beamlit/agents/chat.py,sha256=
|
9
|
+
beamlit/agents/chat.py,sha256=_g86rpzeDS5XTHTu8N2mTUP0LjMG7rY4iZUjrdKT0ZE,8942
|
10
10
|
beamlit/agents/decorator.py,sha256=wgdbgJ65LfmhldGWxG8PBYU_7datnVpqKRzom6Ok3GU,8337
|
11
11
|
beamlit/agents/thread.py,sha256=QecahZCH8_U91cvCw2X6cYn9N1liVXVl3u3lFxVDdNg,798
|
12
12
|
beamlit/agents/voice/openai.py,sha256=-RDBwl16i4TbUhFo5-77Ci3zmI3Y8U2yf2MmvXR2haQ,9479
|
@@ -254,8 +254,8 @@ beamlit/serve/app.py,sha256=5XZci-R95Zjl97wMtQd1BRtonnkJJ2AeoTVFPKGAOfA,4283
|
|
254
254
|
beamlit/serve/middlewares/__init__.py,sha256=O7fyfE1DIYmajFY9WWdzxCgeAQWZzJfeUjzHGbpWaAk,309
|
255
255
|
beamlit/serve/middlewares/accesslog.py,sha256=lcu33j4epFSHRBaeTpyt8deNb3kaM3K91-andw4fp80,1112
|
256
256
|
beamlit/serve/middlewares/processtime.py,sha256=3x5w1yQexB0xFNKK6fgLbINxT-eLLunfZ6UDV0bIIF4,944
|
257
|
-
beamlit-0.0.
|
258
|
-
beamlit-0.0.
|
259
|
-
beamlit-0.0.
|
260
|
-
beamlit-0.0.
|
261
|
-
beamlit-0.0.
|
257
|
+
beamlit-0.0.57rc119.dist-info/METADATA,sha256=gYJZST2YfKL9BUTPyKHe-amXoRvfoD2g4Q3sAFE0HbQ,3547
|
258
|
+
beamlit-0.0.57rc119.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
259
|
+
beamlit-0.0.57rc119.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
|
260
|
+
beamlit-0.0.57rc119.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
261
|
+
beamlit-0.0.57rc119.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|