LLM-Bridge 1.15.9__py3-none-any.whl → 1.15.10__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.
llm_bridge/__init__.py CHANGED
@@ -2,6 +2,6 @@ from .logic.chat_generate.chat_client_factory import create_chat_client
2
2
  from .logic.chat_generate.chat_message_converter import *
3
3
  from .logic.message_preprocess.message_preprocessor import preprocess_messages
4
4
  from .logic.model_prices import ModelPrice, get_model_prices, find_model_prices, calculate_chat_cost
5
- from .type.chat_response import ChatResponse
5
+ from .type.chat_response import ChatResponse, File
6
6
  from .type.message import Role, Message, Content, ContentType
7
7
  from .type.serializer import serialize
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: LLM-Bridge
3
- Version: 1.15.9
3
+ Version: 1.15.10
4
4
  Summary: A Bridge for LLMs
5
5
  Author-email: windsnow1025 <windsnow1025@gmail.com>
6
6
  License-Expression: MIT
@@ -64,7 +64,7 @@ The features listed represent the maximum capabilities of each API type supporte
64
64
  ### Python uv
65
65
 
66
66
  1. Install uv: `powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"`
67
- 2. Install Python in uv: `uv python install 3.12`; upgrade Python in uv: `uv python install 3.12`
67
+ 2. Install Python in uv: `uv python install 3.12`; upgrade Python in uv: `uv python upgrade 3.12`
68
68
  3. Configure requirements:
69
69
  ```bash
70
70
  uv sync --refresh
@@ -1,4 +1,4 @@
1
- llm_bridge/__init__.py,sha256=wMt8wIgp0BAq0ex8o5Mj7LbF5cF1hJnMLWWVcs9Q-ok,456
1
+ llm_bridge/__init__.py,sha256=Ti4DoCOFrGKm6y-OQi909w6NWhOPM0UADM_xqIQ7Qmg,462
2
2
  llm_bridge/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  llm_bridge/client/chat_client.py,sha256=XISF2BM-WkZJNbnvcLfMcbSzlrE0XMDulyE_VG9zMPU,328
4
4
  llm_bridge/client/implementations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -57,7 +57,7 @@ llm_bridge/type/model_message/claude_message.py,sha256=gYJUTbLUeifQMva3Axarc-VFe
57
57
  llm_bridge/type/model_message/gemini_message.py,sha256=mh8pf929g7_NkBzSOwnLXyrwSzTT4yt2FmyX7NZn0sM,4302
58
58
  llm_bridge/type/model_message/openai_message.py,sha256=xFaLY-cZoSwNd7E9BSWQjBNcRfCVH11X9s2yxXlctR0,453
59
59
  llm_bridge/type/model_message/openai_responses_message.py,sha256=be1q2euA0ybjj4NO6NxOGIRB9eJuXSb4ssUm_bM4Ocs,1529
60
- llm_bridge-1.15.9.dist-info/METADATA,sha256=7073wiw-Kvihk5iHMv1LCGkMzffUq4T_GQLz99LO5Ig,3309
61
- llm_bridge-1.15.9.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
62
- llm_bridge-1.15.9.dist-info/licenses/LICENSE,sha256=m6uon-6P_CaiqcBfApMfjG9YRtDxcr40Z52JcqUCEAE,1069
63
- llm_bridge-1.15.9.dist-info/RECORD,,
60
+ llm_bridge-1.15.10.dist-info/METADATA,sha256=W-q3znZnzSQcRPNSXTlt4XLvDuQvoIkOfuJuQ05353I,3310
61
+ llm_bridge-1.15.10.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
62
+ llm_bridge-1.15.10.dist-info/licenses/LICENSE,sha256=m6uon-6P_CaiqcBfApMfjG9YRtDxcr40Z52JcqUCEAE,1069
63
+ llm_bridge-1.15.10.dist-info/RECORD,,