From 2a6e120f275c9867573f9c05eebf8d8f032c437a Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:45:36 -0800 Subject: [PATCH] Update autotemp.py --- autotemp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotemp.py b/autotemp.py index 7e29024..c120338 100644 --- a/autotemp.py +++ b/autotemp.py @@ -101,8 +101,8 @@ def main(): fn=run_autotemp, inputs=["text", "checkbox"], outputs="text", - title="AutoTemp Quality Scoring", - description="This app generates responses at different temperatures, evaluates them individually, and ranks them based on their scores. Toggle 'Auto Select' to either get the best output or see all evaluated outputs.", + title="AutoTemp: Improved LLM Completions through Temperature Tuning", + description="This app generates responses at different temperatures, evaluates them individually, and ranks them based on their scores. Toggle 'Auto Select' to either see just the best output or see all evaluated outputs.", ) iface.launch()