From 5ecf6d290caa6ac1d72b2d5ba7638be5075abb25 Mon Sep 17 00:00:00 2001 From: tytodd Date: Sun, 22 Feb 2026 12:41:58 -0800 Subject: [PATCH] (no commit message) --- config.json | 2 +- program.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d7f9a15..6b9ac53 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "model": null, "output_type": "str", - "lm": "openai/gpt-4o", + "lm": "openai/gpt-4o-mini", "number": 1 } \ No newline at end of file diff --git a/program.json b/program.json index b3a4b1f..3d3b65f 100644 --- a/program.json +++ b/program.json @@ -4,7 +4,7 @@ "train": [], "demos": [], "signature": { - "instructions": "Given the fields `question`, `context`, produce the fields `answer`.", + "instructions": "Summarize the given context into a single sentence.", "fields": [ { "prefix": "Question:",