mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(anthropic_text.py): return process_response value
This commit is contained in:
parent
26286a54b8
commit
dce1f5466f
1 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ class AnthropicTextCompletion(BaseLLM):
|
|||
)
|
||||
model_response.usage = usage
|
||||
|
||||
return model_response
|
||||
|
||||
async def async_completion(
|
||||
self,
|
||||
model: str,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue