Skip to content

Commit

Permalink
use gpt3.5 for summarize
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed May 31, 2024
1 parent 75967c5 commit fa141c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/sample/genaisrc/summarize.genai.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
script({
title: "summarize all files",
system: [],
model: "openai:gpt-3.5-turbo",
files: "src/rag/markdown.md",
tests: [
{
files: "src/rag/markdown.md",
Expand All @@ -15,7 +16,5 @@ def("FILE", env.files)
$`
Summarize each FILE with one paragraph.
- Be concise.
- Answer in plain text.
- Use less than 20 words.
`

0 comments on commit fa141c1

Please sign in to comment.