Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
drf7 committed Dec 17, 2024
1 parent f3fc333 commit 386b835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuclia/sdk/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ async def rephrase(
**kwargs,
) -> str:
nc: NuaClient = kwargs["nc"]
return nc.rephrase(question, user_context, context, model, prompt).root
return await nc.rephrase(question, user_context, context, model, prompt).root

@nua
async def rag(
Expand Down

0 comments on commit 386b835

Please sign in to comment.