mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
(docs) add replicate cold boots info
This commit is contained in:
parent
4c3765119b
commit
bf2cb91841
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,12 @@ response = completion(
|
|||
)
|
||||
```
|
||||
|
||||
:::warning Replicate Cold Boots
|
||||
|
||||
Replicate responses can take 3-5 mins due to replicate cold boots, if you're trying to debug try making the request with `litellm.set_verbose=True`. [More info on replicate cold boots](https://replicate.com/docs/how-does-replicate-work#cold-boots)
|
||||
|
||||
:::
|
||||
|
||||
### Replicate Models
|
||||
liteLLM supports all replicate LLMs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue