mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Merge pull request #27000 from BerriAI/litellm_fix_pdf_file_id_test
[Test] Anthropic: Use jsDelivr CDN For PDF Fixture URL
This commit is contained in:
commit
ebd335da67
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ class BaseLLMChatTest(ABC):
|
|||
{
|
||||
"type": "file",
|
||||
"file": {
|
||||
"file_id": "https://upload.wikimedia.org/wikipedia/commons/2/20/Re_example.pdf"
|
||||
"file_id": "https://cdn.jsdelivr.net/gh/BerriAI/litellm@d769e81c90d453240c61fc572cdb27fae06a89d0/tests/llm_translation/fixtures/dummy.pdf"
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue