mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix: point LEDGER_PATH at the new core/ocr location
This commit is contained in:
parent
45a6a3d659
commit
79586d10cc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from dataclasses import dataclass
|
|||
from pathlib import Path
|
||||
from typing import Any
|
||||
|
||||
LEDGER_PATH = Path(__file__).parent / "validate_sub_methods" / "ocr_test_ledger.json"
|
||||
LEDGER_PATH = Path(__file__).parent / "core" / "ocr" / "ocr_test_ledger.json"
|
||||
|
||||
|
||||
@dataclass(frozen=True, slots=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue