SysOverdrive

Results 9 issues of SysOverdrive

After cloning the repo at the same level as a Jupiter notebook I can't seem to use this repo because of the error in the title. My Code is :```...

bug

Hello msgpack community, I am making my own c++ plugin in Unreal Engine and I am trying to send something exactly like this working code from a c sharp client...

I am building a bigger message with multiple records that I store internally in my project as a struct or a map ( I can use both). I have seen...

What eyetracker do you suggest using for hobby projects/home made applications ? If there you used an off the shelf solution like pupil tracker can you indicate which one? What...

I was following this guide to implement a custom local provider of LLMs https://www.promptfoo.dev/docs/providers/python and seem to have some issues that I would love to debug. My implementation : ```...

enhancement

Hi guys, I think I uncovered a new bug in promtfoo, namely in regards to the allowed columns functionality. ### Configuration Given the following assertion: ``` - description: "Specific SQL...

bug

So I'm trying to evaluate a llm response ad hoc. I have multiple asserts like: A: Check enum is in results for "Input A" in prompt B: Check result is...

enhancement
question

### Current Workflow: - description: "SELECT statement with WHERE clause" vars: question: | Show all trades where the status is 'Open' assert: - type: icontains-all value: ["SELECT", "FROM", "WHERE"] -...

question

**Describe the bug** When using the followin sql assert something fails. **To Reproduce** 1. Add the following assertion to your test suit: ] ``` - description: "Specific SQL Assertion" vars:...

bug