Skip to content

Commit eb39d99

Browse files
Merge pull request #3 from quantstruct/sarthak
Update image references in changelog pages
2 parents d96e5c4 + 5828c15 commit eb39d99

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

fern/changelog/2024-10-29.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
1. **Gemini Model Support and Credential Management**: You can now use Google Gemini models for your assistant (*gemini-1.5-flash-8b*, *gemini-1.5-flash-002*, *gemini-1.5-pro*, *gemini-1.0-pro*). Create and update your Google credentials by providing your `apiKey` from [Google AI Studio](https://aistudio.google.com/app/apikey) and setting your provider to `'google'` in Vapi.
44

55
<Frame caption="Gemini models are now supported when you select `'google'` as your provider">
6-
<img src="./static/images/changelog/google-model.png" />
6+
<img src="../static/images/changelog/google-model.png" />
77
</Frame>
88

99
2. **New Anthropic Model `claude-3-5-sonnet-20241022`**: You can now include Computer Use tools in the `toolWithToolCallList` of `ClientMessageToolCalls` or `ServerMessageToolCalls`. Select `'anthropic'` as your provider, `claude-3-5-sonnet-20241022`, and [create](https://api.vapi.ai/api#/Tools/ToolController_create) or [update](https://api.vapi.ai/api#/Tools/ToolController_update) newly supported computer use tools like `BashTool`, `ComputerTool`, or `TextEditorTool`.
1010

1111
<Frame caption="`claude-3-5-sonnet-20241022` is now supported when you select `'anthropic'` as your provider">
12-
<img src="./static/images/changelog/anthropic-model.png" />
12+
<img src="../static/images/changelog/anthropic-model.png" />
1313
</Frame>
1414

1515
3. **Enhanced Email Regex Support in Replacements**: The email matching regex pattern in `RegexReplacement` now supports top-level domains with two or more characters (`{2,}`). This improvement allows you to replace email addresses with placeholders like `[EMAIL]`, even for longer TLDs.

fern/changelog/2024-10-30.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
1. **Auto-reload Credits in Billing Page**: You can now auto-reload credits and check credits remaining for subscriptions within the [updated billing page](https://dashboard.vapi.ai/org/billing).
44

55
<Frame caption="Auto-reload credits in the [updated billing page](https://dashboard.vapi.ai/org/billing)">
6-
<img src="./static/images/changelog/auto-reload.png" />
6+
<img src="../static/images/changelog/auto-reload.png" />
77
</Frame>
88

99
2. **Expanded Language Options in `CartesiaVoice`**: You can now specify additional languages in `CartesiaVoice.language` (optional), including 'hi' (Hindi), 'it' (Italian), 'ko' (Korean), 'nl' (Dutch), 'pl' (Polish), 'ru' (Russian), 'sv' (Swedish), and 'tr' (Turkish). Refer to the [CartesiaVoice](https://api.vapi.ai/api) schema for more details.
1010

1111
<Frame caption="Expanded language options in `CartesiaVoice`">
12-
<img src="./static/images/changelog/cartesia-languages.png" />
12+
<img src=".,/static/images/changelog/cartesia-languages.png" />
1313
</Frame>
1414

1515
3. **Enhanced Template Variables in `AssistantOverrides`**: The `AssistantOverrides.variableValues` now supports LiquidJS syntax for replacing template variables. You can customize assistant messages using expressions like `{{ name }}` for dynamic content, or format dates with `{{"now" | date: "%b %d, %Y, %I:%M %p", "America/New_York"}}`.

fern/changelog/2024-11-03.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
2. **Manage Tavus Credentials**: You can now create and update Tavus credentials in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys).
66

77
<Frame caption="Specify Tavus Credentials in the Provider Credentials page">
8-
<img src="./static/images/changelog/tavus-credentials.png" />
8+
<img src="../static/images/changelog/tavus-credentials.png" />
99
</Frame>

fern/changelog/2024-11-04.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
1. **XAi Model Support**: You can now use xAI's `grok-beta` model when creating or updating an assistant, and specify your API credentials from the [xAI console](https://console.x.ai/) in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys). The list of call ended reasons has been updated to include xAI-specific errors.
44

55
<Frame caption="Specify xAI API credentials in the Provider Credentials page">
6-
<img src="./static/images/changelog/xai-model.png" />
6+
<img src="../static/images/changelog/xai-model.png" />
77
</Frame>

fern/changelog/2024-11-11.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
- Use `Subscription.concurrencyLimitPurchased` to get any additional purchased concurrency limit.
88

99
<Frame caption="View subscription concurrency limits in the [Subscription schema](https://api.vapi.ai/api/)">
10-
<img src="./static/images/changelog/subscription-concurrency.png" />
10+
<img src="../static/images/changelog/subscription-concurrency.png" />
1111
</Frame>

fern/changelog/2024-11-14.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
1. **Langfuse Credential Management**: You can now send traces to Langfuse by providing your "Secret Key", "Public Key", and "Host URL" for better telemetry monitoring. Create and update these credentials in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys), under `Observability Providers`.
44

55
<Frame caption="Create and update Langfuse credentials in https://dashboard.vapi.ai/keys">
6-
<img src="./static/images/changelog/langfuse.png" />
6+
<img src="../static/images/changelog/langfuse.png" />
77
</Frame>

fern/changelog/2024-11-21.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
2. **AssemblyAI Credential Management**: You can now specify your AssemblyAI API keys in the updated "Transcriber Providers" page. Create your API key in the [AssemblyAI dashboard](https://www.assemblyai.com/app/account). AssemblyAI errors are now surfaced in the `endedReason` of `Call`, `ServerMessageEndOfCallReport`, and `ServerMessageStatusUpdate`.
66

77
<Frame caption="Specify AssemblyAI API keys in the Transcriber Providers page">
8-
<img src="./static/images/changelog/assembly-ai.png" />
8+
<img src="../static/images/changelog/assembly-ai.png" />
99
</Frame>
1010

1111
3. **Enhanced BYO SIP Trunk Configuration**: When configuring BYO SIP trunk credentials, you can now specify a `techPrefix` for outbound SIP calls and enable `sipDiversionHeader` for authenticating the calling number (if supported). Refer to the `ByoSipTrunkCredential` schema in the [API reference](https://api.vapi.ai/api) to learn more.
1212

1313
<Frame caption="Learn more about `techPrefix` and `sipDiversionHeader` in the BYO SIP Trunk Credential schema: https://api.vapi.ai/api">
14-
<img src="./static/images/changelog/byosiptrunkcredential.png" />
14+
<img src="../static/images/changelog/byosiptrunkcredential.png" />
1515
</Frame>
1616

1717
4. **File Name Length Constraints**: The maximum file `name` length has been reduced from 100 to 40 characters. The required minimum length is still 1 character.

0 commit comments

Comments
 (0)