mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix: hide ocr native response payload
This commit is contained in:
parent
8bb2cd36f9
commit
978f314221
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ impl OcrResponseData {
|
|||
"content": self.content,
|
||||
"tables": self.tables,
|
||||
"keyValuePairs": self.key_value_pairs,
|
||||
"provider_native_response": self.provider_native_response,
|
||||
"object": self.object,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue