beamlit 0.0.53__py3-none-any.whl → 0.0.54__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
@@ -1,12 +1,11 @@
1
1
  from logging import getLogger
2
2
  from typing import Tuple, Union
3
3
 
4
- from langchain_core.language_models import BaseChatModel
5
-
6
4
  from beamlit.api.models import get_model
7
5
  from beamlit.authentication import get_authentication_headers, new_client
8
6
  from beamlit.common.settings import get_settings
9
7
  from beamlit.models import Model
8
+ from langchain_core.language_models import BaseChatModel
10
9
 
11
10
  from .voice.openai import OpenAIVoiceReactAgent
12
11
 
@@ -208,6 +207,7 @@ def get_chat_model_full(name: str, agent_model: Union[Model, None] = None) -> Tu
208
207
  "func": get_deepseek_chat_model,
209
208
  "kwargs": {
210
209
  "api_key": jwt,
210
+ "api_base": get_base_url(name),
211
211
  },
212
212
  },
213
213
  "azure-ai-inference": {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beamlit
3
- Version: 0.0.53
3
+ Version: 0.0.54
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=ERZ0tA7TsocV_2LC81QbxPxCokNCSmrZv4kqh9sGEkc,3494
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=eAk1ylea1UKum2JkGH31TfuyddyEEY3sYZ0gt8VEhzg,4232
9
- beamlit/agents/chat.py,sha256=4QO5fpX_fqkAq20FdwfxRLkebhV8jWCPnNRDNTTQnjI,8555
9
+ beamlit/agents/chat.py,sha256=rbrb1gt6EXQyAgl51mi37eteEm7pZIltcqfTIFzRH9g,8602
10
10
  beamlit/agents/decorator.py,sha256=0uWiiNtpEN3tMv8LWkWgSGAGoZF0QyPVCR2MpxViPmg,8107
11
11
  beamlit/agents/thread.py,sha256=XNqj2WI3W2roQB7J5mpF1wEuGb3VtfvKQvWaEPx-sx8,1014
12
12
  beamlit/agents/voice/openai.py,sha256=-RDBwl16i4TbUhFo5-77Ci3zmI3Y8U2yf2MmvXR2haQ,9479
@@ -265,8 +265,8 @@ beamlit/serve/app.py,sha256=lM59fdUtfkfAYNPWSCU9pkXIPBnhgVGvvgfoMkSVtks,4531
265
265
  beamlit/serve/middlewares/__init__.py,sha256=O7fyfE1DIYmajFY9WWdzxCgeAQWZzJfeUjzHGbpWaAk,309
266
266
  beamlit/serve/middlewares/accesslog.py,sha256=lcu33j4epFSHRBaeTpyt8deNb3kaM3K91-andw4fp80,1112
267
267
  beamlit/serve/middlewares/processtime.py,sha256=3x5w1yQexB0xFNKK6fgLbINxT-eLLunfZ6UDV0bIIF4,944
268
- beamlit-0.0.53.dist-info/METADATA,sha256=HxzXkIc2CP4z_NiDk24AqAGsCaTd72LyUmwrcj8OYuc,3510
269
- beamlit-0.0.53.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
270
- beamlit-0.0.53.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
271
- beamlit-0.0.53.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
272
- beamlit-0.0.53.dist-info/RECORD,,
268
+ beamlit-0.0.54.dist-info/METADATA,sha256=GogZxLEPEmijG-XCfn1ndM9KHi_8W1VelWxdsfwXNgU,3510
269
+ beamlit-0.0.54.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
270
+ beamlit-0.0.54.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
271
+ beamlit-0.0.54.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
272
+ beamlit-0.0.54.dist-info/RECORD,,