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 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
- # "api_endpoint": get_base_url(name).replace("/v1", "")
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}"},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beamlit
3
- Version: 0.0.57rc117
3
+ Version: 0.0.57rc119
4
4
  Summary: Add your description here
5
5
  Author-email: cploujoux <ch.ploujoux@gmail.com>
6
6
  License-File: LICENSE
@@ -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=3yd5ptQ-TlHGkK1GQ4Gw69YmhtuQCxtlpuBsCMiJ2Kw,9059
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.57rc117.dist-info/METADATA,sha256=bFmOkATbRNyO8DL3GQ9k61uWV9wnm8vOBEtMV8ndpWE,3547
258
- beamlit-0.0.57rc117.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
259
- beamlit-0.0.57rc117.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
260
- beamlit-0.0.57rc117.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
261
- beamlit-0.0.57rc117.dist-info/RECORD,,
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,,