Skip to content

Commit

Permalink
a few more tests using gpt3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed May 31, 2024
1 parent a313b94 commit 9de5a79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sample/genaisrc/summarize-max-tokens.genai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
script({
title: "summarize with max tokens",
model: "openai:gpt-3.5-turbo",
tests: {
files: ["src/rag/*"],
keywords: ["markdown", "lorem", "microsoft"],
Expand Down
1 change: 1 addition & 0 deletions packages/sample/genaisrc/summarize-nested.genai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
script({
title: "summarize nested",
model: "openai:gpt-3.5-turbo",
tests: {
files: ["src/rag/*"],
keywords: ["markdown", "microsoft", "lorem"],
Expand Down
1 change: 1 addition & 0 deletions packages/sample/genaisrc/summarize-pdf.genai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
script({
title: "summarize pdf",
model: "openai:gpt-3.5-turbo",
tests: {
files: "src/rag/loremipsum.pdf",
keywords: ["lorem", "ipsum"],
Expand Down

0 comments on commit 9de5a79

Please sign in to comment.