You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This PR adds:
* In LLM app - Adds better phrasing in voice chat example.
* In CV app - Blocks buttons when image not selected & add brief
description of an example. Additionally, adds model selection list to
classification example.
* In CLIP embeddings app - Removes text embedding comparison from this
example (since it already is in text embeddings example) and make app
more intuitive in use (chosen image is displayed). Also adds model
selection list to both text and image embeddings.
### Introduces a breaking change?
- [ ] Yes
- [x] No
### Type of change
- [ ] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [x] Other (chores, tests, code style improvements etc.)
### Tested on
- [x] iOS
- [x] Android
### Testing instructions
Run the following apps:
- [ ] LLM
- [ ] Computer Vision
- [ ] Clip embeddings
And check if described changes works correctly and does not introduce
any problems.
### Screenshots
<!-- Add screenshots here, if applicable -->
### Related issues
Closes#351
### Checklist
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings
### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->
---------
Co-authored-by: Bartosz Hanc <bartosz.hanc02@gmail.com>
0 commit comments