Skip to content

Commit

Permalink
sync latest repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BetterAndBetterII committed Feb 16, 2024
1 parent 3e96773 commit ee262d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llama-index-legacy/llama_index/legacy/llms/dashscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,5 @@ def gen() -> ChatResponseGen:
yield ChatResponse(message=ChatMessage(), raw=response)
return

return gen()
return gen()

0 comments on commit ee262d2

Please sign in to comment.