Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
uu-z committed Jan 10, 2025
1 parent 975b9e4 commit 20c6bf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class Workflow {
\`\`\`
If no tool is needed, set "tool" to null.
`;
console.log("prompt:", prompt);
try {
const llmResponse = await this.fastllm.generate(prompt);

Expand Down

0 comments on commit 20c6bf0

Please sign in to comment.