llmchatlinker

View on PyPIReverse Dependencies (0)

0.1.3 llmchatlinker-0.1.3-py3-none-any.whl

Wheel Details

Project: llmchatlinker
Version: 0.1.3
Filename: llmchatlinker-0.1.3-py3-none-any.whl
Download: [link]
Size: 26485
MD5: 6e230a68581c0fec072c930e51bb062d
SHA256: 2e3b242be91acaff66fbd87c81b038d54613c48e6316f3fdaa60c243c792fc4c
Uploaded: 2024-12-11 04:31:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: llmchatlinker
Version: 0.1.3
Summary: LLMChatLinker is a Middleware SDK designed to facilitate interaction between clients and Large Language Models (LLMs).
Author-Email: Changjae Lee <changjae[at]buffalo.edu>
Maintainer-Email: Changjae Lee <changjae[at]buffalo.edu>
Project-Url: Documentation, https://github.com/xlab-ub/LLMChatLinker#readme
Project-Url: Repository, https://github.com/xlab-ub/LLMChatLinker.git
Project-Url: Issues, https://github.com/xlab-ub/LLMChatLinker/issues
License: MIT License Copyright (c) 2024 Changjae Lee Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: LLM,middleware,SDK,chat,API,python-package
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: sqlalchemy
Requires-Dist: psycopg2-binary
Requires-Dist: pika
Requires-Dist: fastapi (<=0.115.4)
Requires-Dist: uvicorn
Requires-Dist: requests
Requires-Dist: python-slugify
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: tox; extra == "testing"
Requires-Dist: python-dotenv; extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 14719 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.3.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
llmchatlinker/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
llmchatlinker/api.py sha256=PDOS0H-ypHRQuarKF77skZqsIW_XmaZrnRphbCo8j4w 9152
llmchatlinker/client.py sha256=CCXVXNXN2U9Iw6GoYFJpHuotNQwU0EZ9Jeucwmiy1l0 11906
llmchatlinker/main.py sha256=qr8_3fV2pBIrxicGH5LRN8QXYjAfs7NDxnZauVvyulQ 997
llmchatlinker/main_without_api.py sha256=w3fhKKKKdP_ePQt9YjyOqIpf4AMRExa5nk3cmuCvJV4 186
llmchatlinker/message_queue.py sha256=jWvqaYhW0fCiRuZTrLezajxIKo-qttmHR--sI6tQhvg 5277
llmchatlinker/orchestrator.py sha256=MJGDXCNlsF7gWjK_w8WyxlPAf8oz9LKMmDW9GUmW-C8 2389
llmchatlinker/units/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
llmchatlinker/units/chat_manage_unit.py sha256=ytzX5_mvZyTulG1qC3few8WhaEvoxc6iq_iO0TM7MRE 5665
llmchatlinker/units/control_unit.py sha256=hqHetmJoSkKH7f6BaLtf-tj3lzCBikzM5t2uxy0V4sg 3938
llmchatlinker/units/database_manage_unit.py sha256=_e1japu11yQoERjdz5ygmukwBWgTcfOVKziVYdZ_gjY 29455
llmchatlinker/units/llm_manage_unit.py sha256=5z4Unk3CdOuAkrhM-kt04EdRd9JpCKkYhVkh9fL_4WY 12947
llmchatlinker/units/user_manage_unit.py sha256=QedtF5VtKuSAT5k74IJZhXV3eBUtIun8fQrrLvuYrdM 8520
llmchatlinker-0.1.3.dist-info/LICENSE sha256=ezthYum50nsmUVHQgAibA1oke0fpreF9kVAcqOQVoQQ 1069
llmchatlinker-0.1.3.dist-info/METADATA sha256=i3p4ejyDXKlwxbA6zgMIrgR5ObnKqdqZY2qkIld22Xo 17091
llmchatlinker-0.1.3.dist-info/WHEEL sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc 91
llmchatlinker-0.1.3.dist-info/entry_points.txt sha256=GxT-eLm7M-pAKmafrfW1Vy7uEHqrNajyOIox_ZjJgYA 58
llmchatlinker-0.1.3.dist-info/top_level.txt sha256=OuC5a3VUAeWAlmZHxU8Xdjs_Uxol_V_pme18X0KO9i0 14
llmchatlinker-0.1.3.dist-info/RECORD

top_level.txt

llmchatlinker

entry_points.txt

llmchatlinker = llmchatlinker.main:main