mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(ci/cd) run again
This commit is contained in:
parent
9e9781d193
commit
d9b115b8fb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from litellm import embedding, completion, completion_cost, Timeout
|
|||
from litellm import RateLimitError
|
||||
litellm.num_retries = 3
|
||||
litellm.cache = None
|
||||
litellm.success_callback = []
|
||||
litellm.success_callback = []
|
||||
user_message = "Write a short poem about the sky"
|
||||
messages = [{"content": user_message, "role": "user"}]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue