From 3df7f711738c55598706e10bb960fb7a192c49a1 Mon Sep 17 00:00:00 2001 From: "florian.pullem@telekom.de" Date: Tue, 17 Dec 2024 16:18:39 +0100 Subject: [PATCH] align commits and fix syntax json fetching --- docs/04_Model Serving/API Reference.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/04_Model Serving/API Reference.md b/docs/04_Model Serving/API Reference.md index de4b445..f22a49a 100644 --- a/docs/04_Model Serving/API Reference.md +++ b/docs/04_Model Serving/API Reference.md @@ -10,6 +10,8 @@ tags: --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import FetchJson from '@site/src/components/FetchJson'; + ## Introduction T-System LLM Serving have an API Interface compatible with OpenAI's Chat, Completion, Vision and Embedding API. @@ -49,11 +51,17 @@ pip install openai print(model.id) ``` + + + + + + :::info -Above code will show all the LLM and Embedding models that available dedicated for your key. +Above code will show all the LLMs and Embedding models that are dedicated to your key. ::: Example output: @@ -284,7 +292,7 @@ llava-v1.6-vicuna-13b ``` -**Step 2: Sent question together with the image url** +**Step 2: Send question together with the image url**