frob

Results 4 issues of frob

YouTube has changed the anchor id for videos on the landing page, and the context popup no longer show "Play to Kodi".

ollama wants plain base64 jpeg/png images, and some clients send dataURI and/or webp. Remove prefixes and convert all non-jpeg/png images to jpeg. Fixes https://github.com/BerriAI/litellm/issues/1427, https://github.com/BerriAI/litellm/issues/2661

Dump message in JSON format so that it can be copy&pasted from the logs into the command line for debugging.

## What does this PR do? Implements working custom_query logic for elasticsearch. Adds unit tests for elasticsearch engine. ## Why is this change important? The current implementation doesn't work, and...