mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-19 22:53:35 -04:00
[PR #4] [MERGED] Add API #66
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/4
Author: @rlancemartin
Created: 4/18/2023
Status: ✅ Merged
Merged: 4/18/2023
Merged by: @rlancemartin
Base:
main← Head:api📝 Commits (1)
09352bfAdd api📊 Changes
6 files changed (+509 additions, -0 deletions)
View changed files
➕
api/README.md(+39 -0)➕
api/evaluator_app.py(+338 -0)➕
api/logging.conf(+27 -0)➕
api/railway.json(+11 -0)➕
api/requirements.txt(+19 -0)➕
api/text_utils.py(+75 -0)📄 Description
Add FastAPI API here for repo consolidation.
(Code moved from https://github.com/PineappleExpress808/auto-evaluator-api.)
Can deploy (to Railway) from here.
Local testing works -
Local server -
Curl -
Output as expected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #4] [MERGED] Add APIto [PR #4] [MERGED] Add API