Skip to content

Commit

Permalink
move more tests to gpt-3.5 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan authored Jun 9, 2024
1 parent 0027cc1 commit dd2adb0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sample/genaisrc/math-agent-system.genai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
script({
title: "math-agent-system",
model: "openai:gpt-3.5-turbo",
description: "A port of https://ts.llamaindex.ai/examples/agent",
system: ["system.math"],
parameters: {
Expand Down
1 change: 1 addition & 0 deletions packages/sample/genaisrc/rag.genai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
script({
title: "rag",
model: "openai:gpt-3.5-turbo",
tests: {
files: "src/rag/*",
keywords: ["lorem", "markdown", "word"],
Expand Down
1 change: 1 addition & 0 deletions packages/sample/genaisrc/run-prompt-summarize.genai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
script({
title: "run prompt summarize",
model: "openai:gpt-3.5-turbo",
tests: [
{
files: ["src/rag/markdown.md"],
Expand Down
1 change: 1 addition & 0 deletions packages/sample/genaisrc/summarize-files-function.genai.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
script({
title: "summarize-files-function",
system: ["system", "system.fs_read_summary"],
model: "openai:gpt-3.5-turbo",
tests: {
files: ["src/rag/*"],
keywords: ["markdown", "lorem", "word"],
Expand Down
1 change: 1 addition & 0 deletions packages/sample/genaisrc/summary-of-summary-gpt35.genai.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
script({
title: "summary of summary - gp35",
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/todo.genai.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ script({
group: "samples",
system: ["system", "system.files"],
temperature: 0,
model: "openai:gpt-3.5-turbo",
tests: {
files: "src/fib.ts",
asserts: [{
Expand Down

0 comments on commit dd2adb0

Please sign in to comment.