llama-stack/docs
Xi Yan 94051cfe9e
fix ImageContentItem to take base64 string as image.data (#909)
# What does this PR do?

- Discussion in
https://github.com/meta-llama/llama-stack/pull/906#discussion_r1936260819

- image.data should accept base64 string as input instead of binary
bytes, change prompt_adapter to account for that.

## Test Plan

```
pytest -v tests/client-sdk/inference/test_inference.py
```

with test in https://github.com/meta-llama/llama-stack/pull/906

## Sources

Please link relevant resources if necessary.


## Before submitting

- [ ] This PR fixes a typo or improves the docs (you can dismiss the
other checks if that's the case).
- [ ] Ran pre-commit to handle lint / formatting issues.
- [ ] Read the [contributor
guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
      Pull Request section?
- [ ] Updated relevant documentation.
- [ ] Wrote necessary unit or integration tests.
2025-01-30 15:58:23 -08:00
..
_static Make a new llama stack image 2024-11-22 23:49:22 -08:00
notebooks Llama_Stack_Building_AI_Applications.ipynb -> getting_started.ipynb (#854) 2025-01-23 12:04:06 -08:00
openapi_generator fix ImageContentItem to take base64 string as image.data (#909) 2025-01-30 15:58:23 -08:00
resources fix ImageContentItem to take base64 string as image.data (#909) 2025-01-30 15:58:23 -08:00
source SambaNova supports Llama 3.3 (#905) 2025-01-30 09:24:46 -08:00
zero_to_hero_guide Update default port from 5000 -> 8321 2025-01-16 15:26:48 -08:00
contbuild.sh Fix broken links with docs 2024-11-22 20:42:17 -08:00
dog.jpg Support for Llama3.2 models and Swift SDK (#98) 2024-09-25 10:29:58 -07:00
getting_started.ipynb Llama_Stack_Building_AI_Applications.ipynb -> getting_started.ipynb (#854) 2025-01-23 12:04:06 -08:00
license_header.txt Initial commit 2024-07-23 08:32:33 -07:00
make.bat first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
Makefile first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
readme.md adding readme to docs folder for easier discoverability of notebooks … (#857) 2025-01-28 04:58:46 -08:00
requirements.txt [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00

Llama Stack Documentation

Here's a collection of comprehensive guides, examples, and resources for building AI applications with Llama Stack. For the complete documentation, visit our ReadTheDocs page.

Content

Try out Llama Stack's capabilities through our detailed Jupyter notebooks: