Update patchNote.ts

This commit is contained in:
kwaroran
2024-03-19 15:24:25 +09:00
parent 573fd8c2df
commit 02db15d53c

View File

@@ -1,13 +1,14 @@
export const patchNote = { export const patchNote = {
version: "1.85", version: "1.86",
content: content:
` `
# Update 1.85 # Update 1.85
- Added Claude-3 vision functionality - Added 'Request info inside chat' option
- Added local captioning for non-vision models - Added response info for streamed chat
- Post file button would be available regardless of settings - Added color scheme customization
- Removed 'able post file' setting, since it's always available now - Added color scheme export and import
- Fixed creator's quote not updating - Added {{previous_chat_log::A}} syntax
- Minor bug fixes
` `
} }