From 8a079d9e30968a606747cb96d787b2416ed629b5 Mon Sep 17 00:00:00 2001 From: Duc Anh <110779192+ducanh-ho2296@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:07:53 +0200 Subject: [PATCH] fix MDX compilation failed --- docs/Model Serving/Fine-Tuning API.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/Model Serving/Fine-Tuning API.md b/docs/Model Serving/Fine-Tuning API.md index 2f697ff..c0480ae 100644 --- a/docs/Model Serving/Fine-Tuning API.md +++ b/docs/Model Serving/Fine-Tuning API.md @@ -53,14 +53,6 @@ curl $API_BASE curl -H "Authorization: Bearer $API_KEY" $API_BASE ``` -**Output:** - -``` -env: API_BASE=https://llm-server.llmhub.t-systems.net -{"T-Systems Uploading Server":"online"} -env: API_KEY=YOUR_LLMHUB_KEY -``` - ### Initialize the Client Initialize the OpenAI client with the API key and base URL. @@ -215,12 +207,6 @@ export API_BASE=https://llm-server.llmhub.t-systems.net export API_KEY=YOUR_LLMHUB_KEY curl -H "Authorization: Bearer $API_KEY" $API_BASE ``` -Output - - - env: API_BASE=https://llm-server.llmhub.t-systems.net - env: API_KEY=YOUR_LLMHUB_KEY - {"T-Systems Fine-Tuning Server":"online"} ### Setting up environment ```py