Spaces:
Paused
Paused
cat example is lolz
Browse files- 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
|
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 }> = [];
|