v0.8.3
What's Changed
Features
- add an endpoint to api to get an assistant by id by @alak in #1020
- Move featured assistant check behind
REQUIRE_FEATURED_ASSISTANTS
by @nsarrazin in #1043 - Support Gemini 1.5 Pro from Vertex AI by @flexchar in #1041
Bugfixes
- Allow websearch if assistant has dynamic prompts by @nsarrazin in #1017
- Add assistant instructions to first system message by @nsarrazin in #1023
- fix: See all your assistants regardless of usercount by @nsarrazin in #1053
- Only require featured assistants for other users' assistants by @nsarrazin in #1054
- Final fix to assistants display logic by @nsarrazin in #1056
- add createdAt and udpatedAt to new messages by @nsarrazin in #1062
- add default value for description and examples in the API route for models by @alak in #1063
- return only valid models in the API by @alak in #1064
Other changes
- Add logs to tokenizer fetch by @nsarrazin in #1030
- return empty if error on hfapi endpoint by @nsarrazin in #1038
- Use
user
in docker image for spaces by @nsarrazin in #1045 - Docker chown change by @nsarrazin in #1046
- Always dispose of pipeline for embeddings after use by @nsarrazin in #1048
- Bump version to 0.8.3 by @nsarrazin in #1068
Full Changelog: v0.8.2...v0.8.3