AlbertoFH98 commited on
Commit
53d589a
1 Parent(s): 2232198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def get_basics_comp(emb_model, model, default_system_prompt_link, _logger, podca
69
 
70
  genre = st.sidebar.radio(
71
  "Seleccione el LLM",
72
- ["LLAMA", "GPT (not available yet)"]
73
  )
74
  st.sidebar.info('Modelo LLAMA: ' + str(model).split('/')[-1] + '\nModelo GPT: gpt-3.5-turbo', icon="ℹ️")
75
  podcast_list = list(podcast_url_video_df['podcast_name_lit'].apply(lambda x: x.replace("'", "")))
 
69
 
70
  genre = st.sidebar.radio(
71
  "Seleccione el LLM",
72
+ ["LLAMA", "GPT"]
73
  )
74
  st.sidebar.info('Modelo LLAMA: ' + str(model).split('/')[-1] + '\nModelo GPT: gpt-3.5-turbo', icon="ℹ️")
75
  podcast_list = list(podcast_url_video_df['podcast_name_lit'].apply(lambda x: x.replace("'", "")))