kaikaidai commited on
Commit
a4f0a79
·
verified ·
1 Parent(s): 113e657

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -503,11 +503,11 @@ def main():
503
 
504
  with col1:
505
  # Display header
506
- st.title("🤖 Meta-GPT")
507
  st.markdown(
508
  """
509
  This app uses multiple LLMs (GPT-4o, Claude 3.7, and DeepSeekV3.0) to answer your questions.
510
- The world's best LLM-as-a-Judge, [Selene](https://www.atla-ai.com/api), evaluates each response on accuracy, relevance, clarity, and depth, and the best one is selected and refined if needed (< 4.0 score).
511
  """
512
  )
513
 
 
503
 
504
  with col1:
505
  # Display header
506
+ st.title("🏛️ LLMs on Trial")
507
  st.markdown(
508
  """
509
  This app uses multiple LLMs (GPT-4o, Claude 3.7, and DeepSeekV3.0) to answer your questions.
510
+ The world's best LLM-as-a-Judge, [Selene](https://www.atla-ai.com/api), evaluates each response on accuracy, relevance, clarity, and helpfulness, and the best one is selected and refined if needed (< 4.0 score).
511
  """
512
  )
513