mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-23 12:21:08 +00:00
update
This commit is contained in:
parent
a4e1a332ad
commit
18da8e00eb
@ -109,7 +109,7 @@ def generate(prompt_request: PromptRequest):
|
||||
print("[TEST: output]:", rsp_str)
|
||||
response.append(rsp_str)
|
||||
|
||||
return {"response": response}
|
||||
return {"response": rsp_str}
|
||||
|
||||
|
||||
@app.post("/embedding")
|
||||
|
Loading…
Reference in New Issue
Block a user