Skip to content

Commit 47bf4f1

Browse files
committed
Update new models ID
1 parent b45ddba commit 47bf4f1

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</style><link rel="stylesheet" href="styles-ALZHWGSJ.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-ALZHWGSJ.css"></noscript><link rel="modulepreload" href="chunk-CWTPBX7D.js"></head>
1212
<body>
1313
<app-root></app-root>
14-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-IZJJWJ3Z.js" type="module"></script></body>
14+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-QRAW6UPL.js" type="module"></script></body>
1515
<script>
1616
function adjustHeight() {
1717
document.documentElement.style.height = window.innerHeight + 'px';
File renamed without changes.

assets/api-docs/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ If you are not sure which model name to use, you can get a list of all available
3434

3535
### 5. Next steps
3636

37-
- Read the [Self-host guide](./self-hosting/installation.md) for installation details.
38-
- Check out the full [API Reference](./api-reference.html) (coming soon!).
37+
- Read the [Self-host guide](./api-docs/self-hosting). for installation details.
38+
- Check out the full [API Reference](./api-docs) (coming soon!).
3939
- Drop into our GitHub for help or feature requests.

assets/md/api-reference/chat-completions/curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
curl -X POST "https://api.forge.tensorblock.co/v1/chat/completions" \
33
-H "Content-Type: application/json" \
44
-d '{
5-
"model": "gpt-4o",
5+
"model": "OpenAI/gpt-4o",
66
"messages": [
77
{
88
"role": "user",

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</style><link rel="stylesheet" href="styles-ALZHWGSJ.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-ALZHWGSJ.css"></noscript><link rel="modulepreload" href="chunk-CWTPBX7D.js"></head>
1212
<body>
1313
<app-root></app-root>
14-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-IZJJWJ3Z.js" type="module"></script></body>
14+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-QRAW6UPL.js" type="module"></script></body>
1515
<script>
1616
function adjustHeight() {
1717
document.documentElement.style.height = window.innerHeight + 'px';

0 commit comments

Comments
 (0)