Skip to content

Commit

Permalink
Add requirement list to public API of LLM subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Feb 28, 2024
1 parent db3fe0e commit d05c426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/llm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from llm.completion_arguments import *
from llm.external import *
from llm.capability import *
from llm.request_handler import *
from llm.capability import RequirementList

0 comments on commit d05c426

Please sign in to comment.