Skip to content

Commit

Permalink
Merge pull request #22 from telekom/modifications-florian
Browse files Browse the repository at this point in the history
Modifications florian
  • Loading branch information
FPullem authored Dec 10, 2024
2 parents 9ba3e1e + 37c1f67 commit 348f05d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/02_Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ LLM model serving, allowing you to effortlessly query open-source LLM models lik

API Portal: Allows you to manage your LLM API Keys and monitor your token usage

[LLM API Key Portal](https://auth.llmhub.t-systems.net/)
[LLM API Key Portal](https://apikey.llmhub.t-systems.net/)

![api-portal](api-portal.png)
32 changes: 22 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@telekom/scale-components-react": "^3.0.0-beta.153",
"caniuse-lite": "^1.0.30001675",
"clsx": "^2.0.0",
"country-flag-icons": "^1.5.13",
"docusaurus-plugin-search-local": "^2.0.1",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AvailableModels.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ function AvailableModels() {
);
}

export default AvailableModels;
export default AvailableModels;

0 comments on commit 348f05d

Please sign in to comment.