[Doc] Use shell code-blocks and fix section headers (#9508)

Signed-off-by: Rafael Vasquez <rafvasq21@gmail.com>
This commit is contained in:
Rafael Vasquez
2024-10-22 02:43:24 -04:00
committed by GitHub
parent ca30c3c84b
commit f7db5f0fa9
3 changed files with 23 additions and 23 deletions

View File

@@ -247,9 +247,9 @@ A full code example can be found in `examples/openai_api_client_for_multimodal.p
By default, the timeout for fetching images through http url is ``5`` seconds. You can override this by setting the environment variable:
.. code-block:: shell
.. code-block:: console
export VLLM_IMAGE_FETCH_TIMEOUT=<timeout>
$ export VLLM_IMAGE_FETCH_TIMEOUT=<timeout>
.. note::
There is no need to format the prompt in the API request since it will be handled by the server.