Skip to content

Commit

Permalink
Remove noisy logs (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichochar authored Jan 19, 2025
1 parent 91fd679 commit 5014815
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/shiny-weeks-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@srcbook/api': patch
'srcbook': patch
---

Remove noisy logs
2 changes: 0 additions & 2 deletions packages/api/ai/generate.mts
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ export async function generateApp(
query: string,
): Promise<string> {
const model = await getModel();
console.log('generating app, system prompt', makeAppBuilderSystemPrompt());
console.log('generating app, user prompt', makeAppCreateUserPrompt(projectId, files, query));
const result = await generateText({
model,
system: makeAppBuilderSystemPrompt(),
Expand Down

0 comments on commit 5014815

Please sign in to comment.