mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-18 20:55:18 -04:00
[PR #58] [MERGED] Fix GPT-4 and expose QA prompt #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:expose_qa_prompt📝 Commits (1)
2594420Fix 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.