mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 01:02:25 +00:00
- Replace synchronous litellm.completion() with async litellm.acompletion() - Update comment to reference official LiteLLM async completion docs - Improves async compatibility in the inference provider |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| embedding_mixin.py | ||
| inference_store.py | ||
| litellm_openai_mixin.py | ||
| model_registry.py | ||
| openai_compat.py | ||
| openai_mixin.py | ||
| prompt_adapter.py | ||
| stream_utils.py | ||