Use a slightly smaller model. Reduce concurreny. Be more clear in the prompts

This commit is contained in:
William Jeynes
2026-04-02 20:10:57 +01:00
parent 7e586fe17d
commit 10f2644408
6 changed files with 10 additions and 21 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const AGENT_NAME = process.env.AGENT ?? "agent";
*/
const MODE = process.env.MODE ?? "claim";
const MAX_CONCURRENCY = 5;
const MAX_CONCURRENCY = 1;
const client = new Client({ apiUrl: API_URL });