Skip to content

Commit

Permalink
undo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
seplee committed Apr 14, 2024
1 parent 0706613 commit f1ebee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/backend/llm/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
summarize_model = environ["SUMMARIZE_MODEL"].lower()
speech_to_text_model = environ["SPEECH_TO_TEXT_MODEL"].lower()
text_to_speech_model = environ["TEXT_TO_SPEECH_MODEL"].lower()
question_model = environ["QUESTION_MODEL"].lower()


def build_summarizer():
Expand Down

0 comments on commit f1ebee7

Please sign in to comment.