Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlangston committed Aug 3, 2024
1 parent 2b2ebdd commit 7ed31b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ApiClientPerplexity.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ class ApiClientPerplexity extends ApiClient {
if (userContent) {
transformedMessageLog.push({
role: 'user',
content: userContent
content: [{
type: 'text',
text: userContent
}]
});
}

Expand Down

0 comments on commit 7ed31b9

Please sign in to comment.