Daniel O'Connell

Results 11 issues of Daniel O'Connell

This was needed to compile. I also had to change the following in the Makefile for it to build on linux: ``` #LIBS = -L/usr/local/lib -ltesseract_api `pkg-config --libs opencv` LIBS...

The default TTL check can sometimes not be enough, so it would be nice if it was possible to add extra checks, e.g. executing some random script, or checking whether...

Looks like this: ![image](https://github.com/StampyAI/stampy-ui/assets/3942390/ea52ecbb-9dc3-4ca8-9985-cb3875e7258d)

gdoc: https://docs.google.com/document/d/1DHnQAPJeIchOCtUCg19-DiXKeRdTRNFFJsn8vIJ_YO0/edit article: https://aisafety.info/questions/7750/What-are-scaling-laws

From discussion in https://discord.com/channels/677546901339504640/1125883308979535922/1154377481575485540 : > Are alternate phrasings supposed to show up on the 1-2 word keyword search or only on semantic search? > ... > If it's an...

Allows viv server to run on macs. The recent changes to remove sudo cause the viv server to fail on mac, as it can't access the /var/run/docker.sock file (it's root:root)....

Automatically update the schemas in the task standard. Addresses https://github.com/METR/vivaria/issues/418 This will regenerate all the schemas, and push any changes to the current branch (so the one in the PR)...

Set up/start viv with a single idempotent script. This will: * check that docker compose is installed * set up the docker compose env thingies * add OpenAI key to...