[PR #58] [MERGED] Fix GPT-4 and expose QA prompt #90

Closed
opened 2026-02-15 19:14:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/auto-evaluator/pull/58
Author: @rlancemartin
Created: 4/27/2023
Status: Merged
Merged: 4/27/2023
Merged by: @rlancemartin

Base: mainHead: expose_qa_prompt


📝 Commits (1)

  • 2594420 Fix GPT-4 and expose QA prompt

📊 Changes

4 files changed (+23 additions, -3 deletions)

View changed files

📝 README.md (+6 -0)
📝 api/evaluator_app.py (+5 -1)
📝 api/text_utils.py (+11 -1)
📝 nextjs/components/Sidebar.tsx (+1 -1)

📄 Description

This fixes GPT-4 selection.

Also we expose the QA prompt, which people may like.

Also it makes the latency better by asking the model to keep responses concise.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/auto-evaluator/pull/58 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `expose_qa_prompt` --- ### 📝 Commits (1) - [`2594420`](https://github.com/langchain-ai/auto-evaluator/commit/25944207f228d0ff3f897f664aabd671fe040518) Fix GPT-4 and expose QA prompt ### 📊 Changes **4 files changed** (+23 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) 📝 `api/evaluator_app.py` (+5 -1) 📝 `api/text_utils.py` (+11 -1) 📝 `nextjs/components/Sidebar.tsx` (+1 -1) </details> ### 📄 Description This fixes GPT-4 selection. Also we expose the QA prompt, which people may like. Also it makes the latency better by asking the model to keep responses concise. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:14:59 -05:00
yindo closed this issue 2026-02-15 19:14:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/auto-evaluator#90