Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Apr 6, 2024
1 parent 607ded4 commit a79ad98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/server/conversations.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function runExample() {
system_prompt: "Be very elaborate in your responses",
max_bytes: 1024,
});
console.log(result);
console.log(conversationModelResult);

// Retrieve all conversation models
result = await typesense.conversations().models().retrieve();
Expand Down

0 comments on commit a79ad98

Please sign in to comment.