llama-stack-mirror/llama_stack/providers
Steve Grubb b6e2526f60 Correct a traceback in vllm
File "/usr/local/lib/python3.10/site-packages/llama_stack/providers/adapters/inference/vllm/vllm.py", line 136, in _stream_chat_completion
async for chunk in process_chat_completion_stream_response(
TypeError: process_chat_completion_stream_response() takes 2 positional arguments but 3 were given

This corrects the error by deleting the requesr variable
2024-11-04 17:11:10 -05:00
..
adapters Correct a traceback in vllm 2024-11-04 17:11:10 -05:00
impls update for message parsing on ios 2024-11-01 14:37:19 -04:00
registry [Evals API][7/n] braintrust scoring provider (#333) 2024-10-28 18:59:35 -07:00
tests add dynamic clients for all APIs (#348) 2024-10-31 14:46:25 -07:00
utils Avoid warnings from pydantic for overriding schema 2024-10-28 21:39:48 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py add dynamic clients for all APIs (#348) 2024-10-31 14:46:25 -07:00