Skip to content

Commit 30a4d24

Browse files
committed
fix typo in test
1 parent 566e950 commit 30a4d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function main() {
3838
const data = await loadSource();
3939
const json = await pipeline(
4040
{
41-
model: "claudeclaude-3-opus-20240229",
41+
model: "claude-3-opus-20240229",
4242
apiKey: process.env.OPENAI_API_KEY!,
4343
data,
4444
pieCharts: [

0 commit comments

Comments
 (0)