Vijayanand Sankarasubramanian commited on
Commit
d8742fe
·
1 Parent(s): 74e5ff7

removed llama

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -67,6 +67,9 @@ def setup_question_answer_llm(choice, question_answer_llm_choice):
67
  def setup_summarization_method(choice, summarization_method):
68
  summarization_method = choice
69
  return choice, summarization_method
 
 
 
70
 
71
  summarization_llm_choices = [GPT3, GPT4, ANTHROPIC2]
72
  question_answer_llm_choices = [GPT3, GPT4, ANTHROPIC2]
 
67
  def setup_summarization_method(choice, summarization_method):
68
  summarization_method = choice
69
  return choice, summarization_method
70
+
71
+ def transcribe_audio_file(audio_file_link):
72
+ return
73
 
74
  summarization_llm_choices = [GPT3, GPT4, ANTHROPIC2]
75
  question_answer_llm_choices = [GPT3, GPT4, ANTHROPIC2]