mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
refactor:adapt rag storage and add integration documents. (#2361)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user