mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-18 12:46:06 -04:00
[GH-ISSUE #101] Replicat Vicuna API returning empty response #55
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 (May 15, 2023).
Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/101
Originally assigned to: @dankolesnikov, @rlancemartin on GitHub.
Here is an example prompt that we will generate for QA chains:
It has
2150characters.If we submit it with default parameters on the Web UI, we see no output and an error message:
If I bump
max_lengthto 2000 with the UI toggle, then it works.Now, I try to reproduce the same in python:
I then see a single output:
'1'@dankolesnikov see if you can get the Replicate logs so we can see the error.
Replicat Vicuna API returning empty responseto [GH-ISSUE #101] Replicat Vicuna API returning empty response