Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AGE-391] [bug] LLM invocation errors are not correctly shown in the evaluation detail view #1850

Closed
mmabrouk opened this issue Jul 5, 2024 · 1 comment
Labels
Backend bug Something isn't working Frontend Medium priority Created by Linear-GitHub Sync
Milestone

Comments

@mmabrouk
Copy link
Member

mmabrouk commented Jul 5, 2024

To reproduce:

  • Create an llm application with a wrong LLM API key
  • Call the llm application from the playground. You will see that the error traceback explains that the error is a wrong API key
  • Run an evaluation on the variant. The error will include the correct status (401) but the message shown in the modal is uninformative.

The issue is either that:

  1. The modal is not showing the correct information (the detail and traceback)
  2. The backend is not saving the correct information

From SyncLinear.com | AGE-391

@mmabrouk mmabrouk added Backend bug Something isn't working Frontend Medium priority Created by Linear-GitHub Sync labels Jul 5, 2024
@mmabrouk
Copy link
Member Author

mmabrouk commented Jul 5, 2024

@mmabrouk mmabrouk added this to the v.53 milestone Jul 7, 2024
@mmabrouk mmabrouk closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend bug Something isn't working Frontend Medium priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant