Update autotemp.py

This commit is contained in:
pliny
2023-11-07 13:51:37 -08:00
committed by GitHub
parent 83fe7ed7c6
commit 976f46b2ea
+1 -1
View File
@@ -102,7 +102,7 @@ def main():
inputs=["text", "checkbox"],
outputs="text",
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.",
description="This app generates responses at different temperatures, evaluates them individually, and ranks them based on their scores. Click 'Auto Select' to see only the best output or leave unchecked to see all evaluated outputs.",
)
iface.launch()