Skip to content

Commit

Permalink
Merge pull request #5 from ducanh-ho2296/patch-3
Browse files Browse the repository at this point in the history
fix MDX compilation failed
  • Loading branch information
tattrongvu authored Oct 16, 2024
2 parents c4a2c29 + 8a079d9 commit c003a69
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/Model Serving/Fine-Tuning API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c003a69

Please sign in to comment.