Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 14, 2024
1 parent 06ad489 commit 9898dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ app.post("/", async (c) => {
}
);

const newquery = await readStream(copilotLLMResponse.body);
const newquery = await readStream(copilotLLMResponse);
console.log("LLM:", newquery);

// Check if the message contains a SQL query
Expand Down

0 comments on commit 9898dd6

Please sign in to comment.