forked from phoenix/litellm-mirror
new nb
This commit is contained in:
parent
fe159b576d
commit
154e4e9112
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
" response = \"\"\n",
|
||||
" async for elem in generator:\n",
|
||||
" print(elem)\n",
|
||||
" response += elem[\"content\"]\n",
|
||||
" response += elem['choices'][0]['delta'][\"content\"]\n",
|
||||
" return response\n",
|
||||
"\n",
|
||||
"string_response = await get_response(response)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue