Skip to content

Commit

Permalink
remove mistral
Browse files Browse the repository at this point in the history
  • Loading branch information
benlower committed Dec 12, 2024
1 parent de5130d commit 1344ec3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/api/calls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ Here's an example:
]
```

#### Using Mistral
{/* #### Using Mistral
:::caution[Important Note]
Mistral requires a simplified prompt structure.
:::
Expand All @@ -1021,4 +1021,4 @@ Here's an example of what the request body for creating the call might look like
],
"temperature": 0.4
}
```
``` */}
4 changes: 2 additions & 2 deletions docs/src/content/docs/availablemodels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The Ultravox API currently provides the following models.
<td class="font-mono">fixie-ai/ultravox-8B</td>
<td>Based on Llama 3.1 8B. Not recommended for most use cases. Tools are unlikely to work.</td>
</tr>
<tr>
{/* <tr>
<td class="font-mono">fixie-ai/ultravox-mistral-nemo-12B</td>
<td>Based on Mistral NeMo 12B. Mistral handles the system prompt differently. See [`initialMessages`](/api/calls/#more-info).</td>
</tr>
</tr> */}
</table>

## Using Models
Expand Down
7 changes: 3 additions & 4 deletions docs/src/content/docs/updates/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ import { Card } from '@astrojs/starlight/components';

## Latest Update

### 2024-12-10 - WebSockets, Mistral NeMo, and More
### 2024-12-10 - WebSockets and More
We're excited to announce several new features and improvements to the Ultravox platform, including new integration options, model support, and infrastructure updates.

#### What's Hot
1. New Features: WebSockets, Mistral NeMo, Telnyx, and Plivo
1. New Features: WebSockets, Telnyx, and Plivo
1. SDK and Other Improvements
1. Docs Updates (Including "News" and "Deprecation" pages)

##### New Features: WebSockets, Mistral NeMo, Telnyx, and Plivo
* **Mistral NeMo:** Added support for NeMo 12B. See the [docs](/availablemodels/) for more.
##### New Features: WebSockets, Telnyx, and Plivo
* **WebSockets:** You can now integrate on the server side via [WebSockets](/guides/connectionoptions/#websocket-integration).
* **Telnyx & Plivo:** New telephony integrations for Telnyx and Plivo are now available in addition to our existing support for Twilio. Check the [docs](/guides/connectionoptions/#phone-integration).

Expand Down

0 comments on commit 1344ec3

Please sign in to comment.