# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [x] Did you added a type def?
# Description
I am running local llama in own API server. In streaming mode, the
`Content-Type` is sometimes appended with something like
`text/event-stream; charset=UTF-8`, so we just need to make sure the
header contains the string `text/event-stream`.
# PR Checklist
- [ unrelated ] Did you check if it works normally in all models?
*ignore this when it dosen't uses models*
- [ unrelated ] Did you check if it works normally in all of web, local
and node hosted versions? if it dosen't, did you blocked it in those
versions?
- [ unrelated ] Did you added a type def?
# Description
There were some missing break statements in the switch statement in
plugins.ts.
…" due to a null exception
# PR Checklist
- [-] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [-] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [-] Did you added a type def?
# Description
- [fix] Fixed a bug where new users always showed "Your save file is
corrupted" once due to a null exception