Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 25, 2024
1 parent 5b97b2d commit c941773
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export async function POST(req: NextRequest) {

const openai = createOpenAI({ apiKey });

console.log('model', model);

try {
const result = await streamText({
maxTokens: 2048,
Expand Down

0 comments on commit c941773

Please sign in to comment.