forked from phoenix/litellm-mirror
(ci/cd) run again
This commit is contained in:
parent
b701a356cc
commit
3e5cfee1f4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import tempfile
|
|||
litellm.num_retries = 3
|
||||
litellm.cache = None
|
||||
user_message = "Write a short poem about the sky"
|
||||
messages = [{"content": user_message, "role": "user"}]
|
||||
messages = [{"content": user_message, "role": "user"}]
|
||||
|
||||
|
||||
def load_vertex_ai_credentials():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue