mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 20:53:48 +00:00
update
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user