Skip to content

Commit

Permalink
Changed limits for Squiggle AI
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Oct 6, 2024
1 parent 134069a commit 9013362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hub/src/app/ai/api/create/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export async function POST(req: Request) {
// Create a SquiggleGenerator instance
const llmConfig: LlmConfig = {
llmId: request.model ?? "Claude-Sonnet",
priceLimit: 0.3,
durationLimitMinutes: 3,
priceLimit: 0.15,
durationLimitMinutes: 2,
messagesInHistoryToKeep: 4,
};

Expand Down

0 comments on commit 9013362

Please sign in to comment.