Skip to content

Commit

Permalink
Update lm-studio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
appatalks authored Dec 25, 2024
1 parent a8b5665 commit 2c6052b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/lm-studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function lmsSend() {
let openAIMessages = [
{
"role": "system",
"content": selPers.value + " When you are asked to show an image, instead describe the image with [Image of <Description>]. " + dateContents
"content": selPers.value + " Images can be shown with this tag: [Image of <Description>]. " + dateContents
},
{
"role": "assistant",
Expand Down

0 comments on commit 2c6052b

Please sign in to comment.