Skip to content

Commit

Permalink
rm assistant and ai app from top level and add doc ref for ai app
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 2, 2024
1 parent b08abf8 commit ecb56f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/components/ai_application.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# AI Application

Looking for `AIApplication` from `marvin` 1.x?

After the release of OpenAI's Assistants API, we've decided to make `AIApplication` an `Assistant` subclass.

Both `Assistant` and `AIApplication` are in beta, and are subject to change. You can read the quickstart for `Assistant` [here](/src/marvin/beta/assistants/README.md).
3 changes: 0 additions & 3 deletions src/marvin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from .settings import settings

from .beta.assistants import Assistant
from .beta.assistants.applications import AIApplication

from .components import ai_fn, ai_model, ai_classifier
from .components.prompt.fn import prompt_fn

Expand Down

0 comments on commit ecb56f7

Please sign in to comment.