mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
llm as judge, move folders
This commit is contained in:
parent
bf8bc7a781
commit
16620a8185
13 changed files with 173 additions and 66 deletions
|
@ -97,6 +97,7 @@ class InferenceRouter(Inference):
|
|||
logprobs=logprobs,
|
||||
)
|
||||
provider = self.routing_table.get_provider_impl(model)
|
||||
|
||||
if stream:
|
||||
return (chunk async for chunk in await provider.chat_completion(**params))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue