Admin dashboard for jobs

Extremely simple jobs dashboard to sanity-check what we've got going on in the job queue.
This commit is contained in:
Kyle Corbitt
2023-08-17 21:13:27 -07:00
parent 980644f13c
commit 94464c0617
12 changed files with 482 additions and 72 deletions

View File

@@ -335,7 +335,6 @@ export const experimentsRouter = createTRPCRouter({
definePrompt("openai/ChatCompletion", {
model: "gpt-3.5-turbo-0613",
stream: true,
messages: [
{
role: "system",