Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
曹佳豪 committed Nov 28, 2023
2 parents 54aaa40 + 777ba1f commit 255a6d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/components/MessageRecordItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,15 @@ async function getChatAnswerByToolCall(toolCallInfo: ToolCallInfo, messageData:
role: 'system',
content: `
You are an image recognition assistant, and you receive several API messages for images that contain information such as image description and image address, please help me organize them, and the result you give me I would like to be able to have a preview image (Regular Size) and other sizes of the image's present address (Image URL).
It is important that you adhere to the following norms:
1. You need to be aware that the introduction of each image and the displayed image need to be on a new line.
For example:
! [image name](image url)
![image name](image url)
### description
|Size|Download Link|
|----|----|
|raw|[Download raw Image]:url|
Expand Down
2 changes: 1 addition & 1 deletion src/style/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ p>code {

.gpt_content img {
max-width: 100%;
max-height: 100%;
max-height: 500px;
border-radius: 8px;
}

1 comment on commit 255a6d1

@vercel
Copy link

@vercel vercel bot commented on 255a6d1 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.