awacke1 commited on
Commit
a8e4d39
·
verified ·
1 Parent(s): 23b351b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -1094,15 +1094,15 @@ def main():
1094
 
1095
  # Llama versus GPT Battle!
1096
  all=""
1097
- try:
1098
- st.write('🔍Running with Llama.')
1099
- response = StreamLLMChatResponse(file_contents)
1100
- filename = generate_filename(user_prompt, ".md")
1101
- create_file(filename, file_contents, response, should_save)
1102
- all=response
1103
  #SpeechSynthesis(response)
1104
- except:
1105
- st.markdown('Llama is sleeping. Restart ETA 30 seconds.')
1106
 
1107
  # gpt
1108
  try:
 
1094
 
1095
  # Llama versus GPT Battle!
1096
  all=""
1097
+ #try:
1098
+ # st.write('🔍Running with Llama.')
1099
+ # response = StreamLLMChatResponse(file_contents)
1100
+ # filename = generate_filename(user_prompt, ".md")
1101
+ # create_file(filename, file_contents, response, should_save)
1102
+ # all=response
1103
  #SpeechSynthesis(response)
1104
+ #except:
1105
+ # st.markdown('Llama is sleeping. Restart ETA 30 seconds.')
1106
 
1107
  # gpt
1108
  try: