Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-- 91b4ad2 by Dennis-yxchen <[email protected]>: Update ollama_model.py there will be an error if using `response.response` ``` AttributeError: 'dict' object has no attribute 'response' ``` As a result, change `response.response` to `response['response']` COPYBARA_INTEGRATE_REVIEW=#107 from Dennis-yxchen:patch-1 91b4ad2 PiperOrigin-RevId: 697596831 Change-Id: Ie48fbd274f17555fd7965f60ff7ef84852baff43
- Loading branch information