Skip to content

Commit d76cf11

Browse files
committed
fixed broken-link and added new video
Signed-off-by: Sahil Suman <sahilsuman933@gmail.com>
1 parent e7f0806 commit d76cf11

File tree

11 files changed

+54
-22
lines changed

11 files changed

+54
-22
lines changed

assistants.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ There are three core components: **Transcriber**, **Model**, and **Voice**. Thes
1111
## Advanced Concepts
1212

1313
<CardGroup cols={2}>
14-
<Card title="Provider Keys" icon="key" href="/assistants/provider-keys">
14+
<Card title="Provider Keys" icon="key" href="customization/provider-keys">
1515
Add your API keys for other providers
1616
</Card>
17-
<Card title="Custom LLM URL" icon="brain" href="/assistants/custom-llm">
17+
<Card title="Custom LLM URL" icon="brain" href="customization/custom-llm/fine-tuned-openai-models">
1818
Plug in your own LLM
1919
</Card>
2020
<Card title="Call Functions" icon="square-phone" href="/assistants/function-calling">

billing/cost-routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are 2 places these charges can end up:
2929

3030
<AccordionGroup>
3131
<Accordion title="Billed Provider-side" icon="washing-machine" iconType="solid" defaultOpen={true}>
32-
If we have [provider keys](/assistants/provider-keys) on file for a provider, the cost will be seen directly
32+
If we have [provider keys](customization/provider-keys) on file for a provider, the cost will be seen directly
3333
in your account with the provider. Vapi will have made the request on your behalf with your provider key.
3434

3535
No charge will be made to your Vapi account.

community/guide.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ Here are some videos made by people in our community showcasing what Vapi can do
110110
referrerpolicy="strict-origin-when-cross-origin"
111111
allowfullscreen
112112
/>
113-
<iframe
114-
width="100%"
115-
height="315"
116-
src="https://www.youtube.com/embed/n8oFkp0_2qE?si=Egsv56Nfx-Dkl_b4"
117-
title="YouTube video player"
118-
frameborder="0"
119-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
120-
referrerpolicy="strict-origin-when-cross-origin"
121-
allowfullscreen
122-
/>
123113
</div>
124114

125115
## Send Us Your Video

community/squads.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "Squads"
3+
---
4+
5+
Here are some videos made by people in our community showcasing what Vapi can do:
6+
7+
<div class="video-grid">
8+
<iframe
9+
src="https://www.youtube.com/embed/k2Ry1L-C3e8?si=zP6AkrOrN9WdDvct"
10+
title="YouTube video player"
11+
frameborder="0"
12+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
13+
referrerpolicy="strict-origin-when-cross-origin"
14+
allowfullscreen
15+
/>
16+
<iframe
17+
width="100%"
18+
height="315"
19+
src="https://www.youtube.com/embed/n8oFkp0_2qE?si=Egsv56Nfx-Dkl_b4"
20+
title="YouTube video player"
21+
frameborder="0"
22+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
23+
referrerpolicy="strict-origin-when-cross-origin"
24+
allowfullscreen
25+
/>
26+
</div>
27+
28+
## Send Us Your Video
29+
30+
Have a video showcasing Vapi that you want us to feature? Let us know:
31+
32+
<CardGroup cols={2}>
33+
<Card
34+
title="Send Us Your Video"
35+
icon="video-arrow-up-right"
36+
iconType="solid"
37+
href="mailto:support@vapi.ai"
38+
>
39+
Send us your video showcasing what Vapi can do, we'd like to feature it.
40+
</Card>
41+
</CardGroup>

customization/provider-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We are currently have support for any OpenAI-compatible endpoint. This includes
1818

1919
To use one of these providers, you can specify the `provider` and `model` in the `model` parameter of the [Assistant](/api-reference/assistants/create-assistant).
2020

21-
You can find more details in the [Custom LLMs](/assistants/custom-llm) section of the documentation.
21+
You can find more details in the [Custom LLMs](customization/custom-llm/fine-tuned-openai-models) section of the documentation.
2222

2323
## Voice Providers
2424

introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Gain a deep understanding of key concepts in Vapi, as well as how Vapi works:
154154
title="Privacy"
155155
icon="signature-lock"
156156
iconType="duotone"
157-
href="/enterprise/hipaa"
157+
href="security-and-privacy/hipaa"
158158
>
159159
Learn about privacy concepts like HIPAA & data privacy on Vapi.
160160
</Card>

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
"group": "Videos",
228228
"pages": [
229229
"community/appointment-scheduling",
230+
"community/squads",
230231
"community/comparisons",
231232
"community/conferences",
232233
"community/demos",

quickstart/dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The web dashboard gives you the ability to:
2424
- **view, create, & modify [assistants](/assistants)** associated with your account
2525
- **provision & manage phone numbers** assistants can dial outbound from or receive inbound calls to
2626
- **review conversation data** (such as audio recordings, call metadata, etc)
27-
- **manage your [provider keys](/assistants/provider-keys)** (used in communication with external [TTS](/glossary#tts), LLM, & [STT](/glossary#stt) vendors)
27+
- **manage your [provider keys](customization/provider-keys)** (used in communication with external [TTS](/glossary#tts), LLM, & [STT](/glossary#stt) vendors)
2828

2929
We will be walking through the core necessities you need to get up and running in this guide.
3030

quickstart/phone/outbound.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ First we're going to set up our assistant in the dashboard. Once our assistant
106106

107107
<AccordionGroup>
108108
<Accordion title="Set Your OpenAI Provider Key (optional)" icon="key" iconType="solid">
109-
Before we proceed, we can set our [provider key](/assistants/provider-keys) for OpenAI (this is just your OpenAI secret key).
109+
Before we proceed, we can set our [provider key](customization/provider-keys) for OpenAI (this is just your OpenAI secret key).
110110

111111
<Note>
112112
You can see all of your provider keys in the "Provider Keys" dashboard tab. You can also go
113113
directly to [dashboard.vapi.ai/keys](https://dashboard.vapi.ai/keys).
114114
</Note>
115115

116-
Vapi uses [provider keys](/assistants/provider-keys) you provide to communicate with LLM, TTS, & STT vendors on your behalf. It is most ideal that we set keys for the vendors we intend to use ahead of time.
116+
Vapi uses [provider keys](customization/provider-keys) you provide to communicate with LLM, TTS, & STT vendors on your behalf. It is most ideal that we set keys for the vendors we intend to use ahead of time.
117117

118118
<Frame caption="We set our provider key for OpenAI so Vapi can make requests to their API.">
119119
<img src="/static/images/quickstart/dashboard/model-provider-keys.png" />

snippets/faq-snippet.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Not a problem, we can likely already support it. Vapi is designed to be modular
1414

1515
You can bring your own custom models for any part of the pipeline.
1616

17-
- **If they’re hosted with one of our providers:** you just need to add your [provider keys](/assistants/provider-keys), then specify the custom model in your API requests.
18-
- **If they are hosted elsewhere:** you can use the `Custom LLM` provider and specify the [URL to your model](/assistants/custom-llm) in your API request.
17+
- **If they’re hosted with one of our providers:** you just need to add your [provider keys](customization/provider-keys), then specify the custom model in your API requests.
18+
- **If they are hosted elsewhere:** you can use the `Custom LLM` provider and specify the [URL to your model](customization/custom-llm/fine-tuned-openai-models) in your API request.
1919

2020
Everything is interchangeable, mix & match to suit your usecase.
2121

snippets/quickstart/dashboard/assistant-setup-inbound.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555

5656
<AccordionGroup>
5757
<Accordion title="Set Your OpenAI Provider Key (optional)" icon="key" iconType="solid">
58-
Before we proceed, we can set our [provider key](/assistants/provider-keys) for OpenAI (this is just your OpenAI secret key).
58+
Before we proceed, we can set our [provider key](customization/provider-keys) for OpenAI (this is just your OpenAI secret key).
5959

6060
<Note>
6161
You can see all of your provider keys in the "Provider Keys" dashboard tab. You can also go
6262
directly to [dashboard.vapi.ai/keys](https://dashboard.vapi.ai/keys).
6363
</Note>
6464

65-
Vapi uses [provider keys](/assistants/provider-keys) you provide to communicate with LLM, TTS, & STT vendors on your behalf. It is most ideal that we set keys for the vendors we intend to use ahead of time.
65+
Vapi uses [provider keys](customization/provider-keys) you provide to communicate with LLM, TTS, & STT vendors on your behalf. It is most ideal that we set keys for the vendors we intend to use ahead of time.
6666

6767
<Frame caption="We set our provider key for OpenAI so Vapi can make requests to their API.">
6868
<img src="/static/images/quickstart/dashboard/model-provider-keys.png" />

0 commit comments

Comments
 (0)