Skip to content

Commit

Permalink
Using GPT3.5-16K for summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Oct 11, 2023
1 parent 46bba4f commit fb35228
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ slots.create:magic.ai.url.scrape
columns
max_context_tokens
api_key
model
where
and
type.eq:x:@.arguments/*/type
Expand All @@ -237,7 +236,7 @@ slots.create:magic.ai.url.scrape
set-value:x:@.api-key
get-value:x:@data.read/*/*/api_key
set-value:x:@.model
get-value:x:@data.read/*/*/model
.:gpt-3.5-turbo-16k

// Looping through all snippets to check their size.
for-each:x:@.snippets/*
Expand Down

0 comments on commit fb35228

Please sign in to comment.