mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(utils.py): adding support for anyscale models
This commit is contained in:
parent
9714b85cac
commit
c1b2553827
5 changed files with 88 additions and 6 deletions
|
@ -950,7 +950,6 @@ def completion(
|
|||
vertex_ai_location = (litellm.vertex_location
|
||||
or get_secret("VERTEXAI_LOCATION"))
|
||||
|
||||
# palm does not support streaming as yet :(
|
||||
model_response = vertex_ai.completion(
|
||||
model=model,
|
||||
messages=messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue