You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt: `List all the main characters in "${book}", then for all the meaningful relationships between them, provide a short label for the relationship`,
13
-
model: "Llama3Instruct405B",
14
-
});
15
-
constgraph=newComputeJSON({
16
-
prompt: sb.interpolate`Make a JSON graph composed of the characters in ${book} that illustrates the relationships between them.
12
+
constinitialList=newComputeText(
13
+
{
14
+
prompt: `List all the main characters in "${book}", then for all the meaningful relationships between them, provide a short label for the relationship`,
15
+
model: "Llama3Instruct405B",
16
+
},
17
+
opts,
18
+
);
19
+
constgraph=newComputeJSON(
20
+
{
21
+
prompt: sb.interpolate`Make a JSON graph composed of the characters in ${book} that illustrates the relationships between them.
0 commit comments