From 66477f77d2afd678a91e3024c2b47210020b39d8 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 15 May 2024 00:43:30 +0900 Subject: [PATCH] Update patchNote.ts to version 1.103 and add new features and fixes --- src/etc/patchNote.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/etc/patchNote.ts b/src/etc/patchNote.ts index 3a3fd7c5..f4fbb827 100644 --- a/src/etc/patchNote.ts +++ b/src/etc/patchNote.ts @@ -1,12 +1,13 @@ export const patchNote = { - version: "1.102", + version: "1.103", content: ` -# Update 1.102 -- Changed download URL notification -- Fixed hanurai to skip query chats when push to processor (#400) -- Fixed ollama's hardcoded url (#404) -- Added New Option Combine Translation (#405) +# Update 1.103 +- Made logit_bias work for all gpt-based multimodal models (#418) +- Added supports of gpt-4o tokenizer for reverse_proxy (#418) +- Added GPT-4o in Custom (OpenAI-compatible) (#419) +- Added Tag autocomplete in RisuRealm upload +- Fixed GPT-4o image multimodal feature not working properly ` }