nsarrazin commited on
Commit
ab28d28
·
1 Parent(s): e4cf4dd

cat example is lolz

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -4,7 +4,7 @@
4
  import { tools } from '$lib/agents/tools';
5
  import { evalBuilder } from '$lib/agents/evalBuilder';
6
 
7
- let prompt = 'Draw a picture of a brown dog. Then caption the picture and read it out loud.';
8
  let selectedTools: Array<string> = [];
9
  let codePromise: Promise<string> | null = null;
10
  let messages: Array<{ message: string; data: string | Blob | undefined }> = [];
 
4
  import { tools } from '$lib/agents/tools';
5
  import { evalBuilder } from '$lib/agents/evalBuilder';
6
 
7
+ let prompt = 'Draw a picture of a cat wearing a top hat. Then caption the picture and read it out loud.';
8
  let selectedTools: Array<string> = [];
9
  let codePromise: Promise<string> | null = null;
10
  let messages: Array<{ message: string; data: string | Blob | undefined }> = [];