refactor:adapt rag storage and add integration documents. (#2361)

This commit is contained in:
Aries-ckt
2025-02-24 12:49:36 +08:00
committed by GitHub
parent 94b51284e0
commit 22598ca79f
27 changed files with 647 additions and 343 deletions

View File

@@ -57,7 +57,7 @@ async def main():
# initialize client
DBGPT_API_KEY = "dbgpt"
client = Client(api_key=DBGPT_API_KEY)
data = await client.chat(model="chatgpt_proxyllm", messages="hello")
data = await client.chat(model="Qwen2.5-72B-Instruct", messages="hello")
# async for data in client.chat_stream(
# model="chatgpt_proxyllm",
# messages="hello",