Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide

## Install Dependencies

1. Install the `Gemini AI` nuget package in the application.
* Install the `Gemini AI` nuget package in the application.

```bash

NuGet\Install-Package Mscc.GenerativeAI

```

2. Install the `Markdig` nuget packages in the application.
* Install the `Markdig` nuget packages in the application.

```bash

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide

Install the required packages:

1. Install the `OpenAI` and `Azure` nuget packages in the application.
* Install the `OpenAI` and `Azure` nuget packages in the application.

```bash

Expand All @@ -40,7 +40,7 @@ NuGet\Install-Package Azure.Core

```

2. Install the `Markdig` nuget packages in the application.
* Install the `Markdig` nuget packages in the application.

```bash

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide

## Install Dependencies

1. Install the `Gemini AI` nuget package in the application.
* Install the `Gemini AI` nuget package in the application.

```bash

NuGet\Install-Package Mscc.GenerativeAI

```

2. Install the `Markdig` nuget packages in the application.
* Install the `Markdig` nuget packages in the application.

```bash

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide

Install the required packages:

1. Install the `OpenAI` and `Azure` nuget packages in the application.
* Install the `OpenAI` and `Azure` nuget packages in the application.

```bash

Expand All @@ -40,7 +40,7 @@ NuGet\Install-Package Azure.Core

```

2. Install the `Markdig` nuget packages in the application.
* Install the `Markdig` nuget packages in the application.

```bash

Expand Down