Skip to content

Commit

Permalink
update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Oct 25, 2024
1 parent 3c9c452 commit 89c7253
Show file tree
Hide file tree
Showing 7 changed files with 947 additions and 827 deletions.
176 changes: 70 additions & 106 deletions 00_core.ipynb

Large diffs are not rendered by default.

149 changes: 53 additions & 96 deletions 01_toolloop.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion 02_async.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@
" **kw):\n",
" await self._append_pr(pr)\n",
" if self.tools: kw['tools'] = [get_schema(o) for o in self.tools]\n",
" if self.tool_choice and pr: kw['tool_choice'] = mk_tool_choice(self.tool_choice)\n",
" res = await self.c(self.h, stream=stream, prefill=prefill, sp=self.sp, temp=temp, maxtok=maxtok, **kw)\n",
" if stream: return self._stream(res)\n",
" self.h += mk_toolres(self.c.result, ns=self.tools, obj=self)\n",
Expand Down
473 changes: 272 additions & 201 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 89c7253

Please sign in to comment.