Skip to content

Commit

Permalink
Refactor assistants classes into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Nov 14, 2023
1 parent 0a1ee39 commit ee948bd
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 372 deletions.
4 changes: 3 additions & 1 deletion src/marvin/beta/assistants/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .assistants import Assistant, Thread, Run
from .runs import Run
from .threads import Thread
from .assistants import Assistant
from .formatting import pprint_run, pprint_run_step, pprint_message
from marvin.tools.assistants import Retrieval, CodeInterpreter
Loading

0 comments on commit ee948bd

Please sign in to comment.