Ian Webster
Ian Webster
Or use http://www.lizard-tail.com/isana/lab/orbjs/ Similar to https://theskylive.com/c2018y1-info
Try making sure your local CA bundle is up-to-date. The SSL cert for https://quickchart.io/ is valid and working.
You'll have to do some troubleshooting here. The problem is not on QuickChart's side. Perhaps you can follow these instructions to use a newer version of TLS: https://stackoverflow.com/a/50746109
We have a potential fix in #1439. It will be in the next release.
https://github.com/promptfoo/promptfoo/pull/957 improves the error message here Can you run your eval with `LOG_LEVEL=debug` environment variable set? That will help understand the root cause. ``` LOG_LEVEL=debug promptfoo eval ```
👀 @RobinGroundfog any output on the server side?
I understand this is a pain point :) Have you tried the "Compare with another eval" functionality under the "Eval Actions" menu? This may partially address your need. 
This happens because there is no python runtime in the Docker image. The hosted instance doesn't support Python asserts at this time, because it is a less common use case...
You might need to set your PROMPTFOO_PYTHON environment variable: https://www.promptfoo.dev/docs/providers/python/#setting-the-python-binary-path On Sun, Sep 15, 2024 at 8:19 AM Chris DiGiano ***@***.***> wrote: > I'm still seeing this problem after install...
Good news! This is already possible by setting the environment variable PROMPTFOO_DISABLE_TEMPLATING=1 On Fri, Aug 9, 2024, 6:16 PM Matan Yadaev ***@***.***> wrote: > — > Reply to this email...