Skip to content

Commit

Permalink
Merge pull request #5 from BCG-X-Official/api/remove-base-modules-fro…
Browse files Browse the repository at this point in the history
…m-api-module

API: remove `.base` modules from `api` module
  • Loading branch information
breakbotz authored Jun 19, 2024
2 parents 8edb284 + a75c9ed commit afd58be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/artkit/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
from fluxus.functional import *

from .model.diffusion import *
from .model.diffusion.base import *
from .model.diffusion.openai import *
from .model.llm import *
from .model.llm.anthropic import *
from .model.llm.base import *
from .model.llm.gemini import *
from .model.llm.groq import *
from .model.llm.huggingface import *
from .model.llm.multi_turn import *
from .model.llm.openai import *
from .model.vision import *
from .model.vision.base import *
from .model.vision.openai import *
from .util import *

0 comments on commit afd58be

Please sign in to comment.