Metadata-Version: 2.4
Name: llmada
Version: 1.0.2
Summary: 提升了系统
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=45.0.4
Requires-Dist: google-genai>=1.13.0
Requires-Dist: llama-index>=0.12.28
Requires-Dist: openai>=1.70.0
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: sse-starlette>=2.3.3
Requires-Dist: httpx[http2]>=0.28.1
Requires-Dist: fastapi>=0.115.12
Requires-Dist: volcengine-python-sdk[ark]>=1.1.3
Requires-Dist: toml>=0.10.2

# llmada
一个方便使用各种LLM api的工具


## 常规操作
%cd ~/GitHub/llmada/src

from llmada.core import BianXieAdapter



bx = BianXieAdapter()

async for i in bx.aproduct_stream('详细介绍一下卡拉彼丘 - 空间 不是游戏'):
    print(i)


pytest -s tests/test_1.py
