Skip to content

Commit

Permalink
Add TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Feb 11, 2024
1 parent a8e5860 commit 02d01b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/llm/llm_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from llm.wrapper import AbstractLlmWrapper


# TODO: Replace with pydantic in a future PR
def create_llm_wrapper(config: dict) -> AbstractLlmWrapper:
if config["type"] == "openai":
from llm.wrapper import OpenAICompletionWrapper
Expand Down

0 comments on commit 02d01b4

Please sign in to comment.