|
13 | 13 | <link rel="stylesheet" href="styles/interative-code.css">
|
14 | 14 | <link rel="stylesheet" href="styles/style.css">
|
15 | 15 |
|
| 16 | + <!-- Google Tag Manager --> |
| 17 | +<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 18 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 19 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 20 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 21 | + })(window,document,'script','dataLayer','GTM-KX3PMNVR');</script> |
| 22 | + <!-- End Google Tag Manager --> |
| 23 | + |
16 | 24 | <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"> -->
|
17 | 25 | <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/styles/atom-one-light.css" >
|
18 | 26 | <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
19 | 27 | <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js" ></script>
|
20 | 28 | </head>
|
21 | 29 |
|
22 | 30 | <body>
|
| 31 | + <!-- Google Tag Manager (noscript) --> |
| 32 | +<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KX3PMNVR" |
| 33 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 34 | + <!-- End Google Tag Manager (noscript) --> |
23 | 35 | <header>
|
24 | 36 | <div class="container">
|
25 | 37 | <div class="logo">
|
@@ -72,6 +84,8 @@ <h2>1. Let's make a test request</h2>
|
72 | 84 | <pre><code id="pythonCommand" class="language-python"></code></pre>
|
73 | 85 | </div>
|
74 | 86 | </div>
|
| 87 | + <!-- Add docs links based on the provider selected --> |
| 88 | + <div class="docs-link"></div> |
75 | 89 | <button class="btn" id="testRequestBtn">
|
76 | 90 | <span class="btn-text">Test Request</span>
|
77 | 91 | </button>
|
@@ -257,6 +271,11 @@ <h3>Select Provider</h3>
|
257 | 271 | <option value="groq">Groq</option>
|
258 | 272 | <option value="bedrock">Bedrock</option>
|
259 | 273 | <option value="azure-openai">Azure OpenAI</option>
|
| 274 | + <option value="cohere">Cohere</option> |
| 275 | + <option value="together-ai">Together AI</option> |
| 276 | + <option value="perplexity-ai">Perplexity AI</option> |
| 277 | + <option value="mistral-ai">Mistral AI</option> |
| 278 | + <option value="others">Others</option> |
260 | 279 | </select>
|
261 | 280 | </div>
|
262 | 281 | </div>
|
|
0 commit comments