Skip to content

Commit

Permalink
Update the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Dec 8, 2024
1 parent 1553177 commit 914b440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/os_models_with_astra_assistants_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"\n",
" return original_user_message, history + [[user_message, None]]\n",
"\n",
" def bot(original_message, history):\n",
" def bot(original_message, history, dropdown):\n",
" nonlocal message_file_ids\n",
" nonlocal message_file_names\n",
" nonlocal recipient_agent\n",
Expand Down

0 comments on commit 914b440

Please sign in to comment.