text-generation-inference/docs/source
Adrien Gallouët 3498f6085e
Update Gradio ChatInterface configuration in consuming_tgi.md (#3042)
The current code does not work and gives the following message:

    UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys.
      warnings.warn(
    Traceback (most recent call last):
      File "/Users/angt/hf/tgi/test-gradio.py", line 22, in <module>
        gr.ChatInterface(
    TypeError: ChatInterface.__init__() got an unexpected keyword argument 'retry_btn'

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2025-02-21 10:11:28 +01:00
..
backends [Backend] Add Llamacpp backend (#2975) 2025-02-14 13:40:57 +01:00
basic_tutorials Update Gradio ChatInterface configuration in consuming_tgi.md (#3042) 2025-02-21 10:11:28 +01:00
conceptual Prepare for release 3.1.0 (#2972) 2025-01-31 14:19:01 +01:00
reference Prepare for release 3.1.0 (#2972) 2025-01-31 14:19:01 +01:00
_toctree.yml [Backend] Add Llamacpp backend (#2975) 2025-02-14 13:40:57 +01:00
architecture.md TensorRT-LLM backend bump to latest version + misc fixes (#2791) 2024-12-13 15:50:59 +01:00
index.md Removing ../ that broke the link (#2789) 2024-12-02 05:48:55 +01:00
installation_amd.md Prepare for release 3.1.0 (#2972) 2025-01-31 14:19:01 +01:00
installation_gaudi.md MI300 compatibility (#1764) 2024-05-17 15:30:47 +02:00
installation_inferentia.md MI300 compatibility (#1764) 2024-05-17 15:30:47 +02:00
installation_intel.md Prepare for release 3.1.0 (#2972) 2025-01-31 14:19:01 +01:00
installation_nvidia.md Prepare for release 3.1.0 (#2972) 2025-01-31 14:19:01 +01:00
installation_tpu.md Fix typo in TPU docs (#2911) 2025-01-15 18:32:07 +01:00
installation.md MI300 compatibility (#1764) 2024-05-17 15:30:47 +02:00
multi_backend_support.md [Backend] Add Llamacpp backend (#2975) 2025-02-14 13:40:57 +01:00
quicktour.md Prepare for release 3.1.0 (#2972) 2025-01-31 14:19:01 +01:00
supported_models.md feat: add initial qwen2.5-vl model and test (#2971) 2025-02-19 12:38:20 +01:00
usage_statistics.md fix: Telemetry (#2957) 2025-01-28 10:29:18 +01:00