fix(anthropic_text.py): return process_response value

This commit is contained in:
Krrish Dholakia 2024-04-15 08:51:26 -07:00
parent 26286a54b8
commit dce1f5466f

View file

@ -139,6 +139,8 @@ class AnthropicTextCompletion(BaseLLM):
)
model_response.usage = usage
return model_response
async def async_completion(
self,
model: str,