made changes to readme and pinning to v0.0.61

This commit is contained in:
Justin Lee 2024-12-14 08:40:46 +08:00
parent 20383bfea5
commit ab51a508b6
2 changed files with 37 additions and 45 deletions

View file

@ -358,7 +358,7 @@
" if not stream:\n",
" cprint(f'> Response: {response.completion_message.content}', 'cyan')\n",
" else:\n",
" async for log in EventLogger().log(response):\n",
" for log in EventLogger().log(response):\n",
" log.print()\n",
"\n",
"# In a Jupyter Notebook cell, use `await` to call the function\n",
@ -366,16 +366,6 @@
"# To run it in a python file, use this line instead\n",
"# asyncio.run(run_main())\n"
]
},
{
"cell_type": "code",
"execution_count": 11,
"id": "9399aecc",
"metadata": {},
"outputs": [],
"source": [
"#fin"
]
}
],
"metadata": {