mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-18 04:37:17 -04:00
[GH-ISSUE #69] Unbreak #38
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?
Originally created by @rlancemartin on GitHub (Apr 27, 2023).
Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/69
Originally assigned to: @dankolesnikov on GitHub.
In https://github.com/langchain-ai/auto-evaluator/commit/7b3ef16a435831012c27bcd46378a3e60d80c954 we removed doppler -
"dev": "doppler run -- next dev",Removal of doppler means that some env variables were missing.
Both local (
main) and prod are broken.Adding these env variables to
.env.localfixes local -What is required for
prodto work?@rlancemartin commented on GitHub (Apr 28, 2023):
Prod was broken due to LC version increase (back-end was down).
Unbreakto [GH-ISSUE #69] Unbreak