Skip to content

Commit

Permalink
Fix picture Haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
msveshnikov committed Apr 19, 2024
1 parent 353c3d7 commit 7a0f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ app.post("/interact", verifyToken, async (req, res) => {
);
}
if (model?.startsWith("claude")) {
textResponse = getTextClaude(
textResponse = await getTextClaude(
userInput || "what's this",
temperature,
fileBytesBase64,
Expand Down

0 comments on commit 7a0f775

Please sign in to comment.