Update patchNote.ts to version 1.103 and add new features and fixes

This commit is contained in:
kwaroran
2024-05-15 00:43:30 +09:00
parent 66d39dc247
commit 66477f77d2

View File

@@ -1,12 +1,13 @@
export const patchNote = { export const patchNote = {
version: "1.102", version: "1.103",
content: content:
` `
# Update 1.102 # Update 1.103
- Changed download URL notification - Made logit_bias work for all gpt-based multimodal models (#418)
- Fixed hanurai to skip query chats when push to processor (#400) - Added supports of gpt-4o tokenizer for reverse_proxy (#418)
- Fixed ollama's hardcoded url (#404) - Added GPT-4o in Custom (OpenAI-compatible) (#419)
- Added New Option Combine Translation (#405) - Added Tag autocomplete in RisuRealm upload
- Fixed GPT-4o image multimodal feature not working properly
` `
} }