{% extends "base.html" %} {% block title %}セッション比較 - llm-devproxy{% endblock %} {% block content %}
| # | Prompt | Cost |
|---|---|---|
| {{ item.record.step_id }} | {{ item.prompt_preview }} | {% if item.record.is_cached %} cached {% else %} ${{ "%.4f"|format(item.record.cost_usd) }} {% endif %} |
ステップなし
{% endif %}| # | Prompt | Cost |
|---|---|---|
| {{ item.record.step_id }} | {{ item.prompt_preview }} | {% if item.record.is_cached %} cached {% else %} ${{ "%.4f"|format(item.record.cost_usd) }} {% endif %} |
ステップなし
{% endif %}比較するセッションを両方選んでください。
2つのセッションを選ぶと、コスト・トークン・ステップの比較ができます。
rewind前後のセッションを比較して、プロンプト改善の効果を確認できます。