Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Oct 26, 2023
1 parent 91cd84d commit e14d708
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions chatlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,9 @@

from . import models
from ._version import __version__
from .conversation import Chat
from .chat import Chat
from .decorators import ChatlabMetadata, expose_exception_to_llm
from .messaging import (
ai,
assistant,
assistant_function_call,
function_result,
human,
narrate,
system,
user,
)
from .messaging import ai, assistant, assistant_function_call, function_result, human, narrate, system, user
from .registry import FunctionRegistry
from .views.markdown import Markdown

Expand Down

0 comments on commit e14d708

Please sign in to comment.