Skip to content

Commit

Permalink
Merge branch 'kavin/docs-revamp' of https://github.com/microsoft/team…
Browse files Browse the repository at this point in the history
…s-ai into kavin/docs-revamp
  • Loading branch information
singhk97 committed Jan 8, 2024
2 parents 1aeb753 + e6d45c3 commit abf92a4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
9 changes: 7 additions & 2 deletions dotnet/packages/Microsoft.TeamsAI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Requirements:
* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
* (Optional) [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) resource or an account with [OpenAI](https://platform.openai.com/)

## Getting Started: Migration vs New Project

If you're migrating an existing project, switching to add on the Teams AI Library layer is quick and simple. See the [migration guide](https://github.com/microsoft/teams-ai/blob/main/getting-started/MIGRATION/02.DOTNET.md).
## Getting Started

To get started, take a look at the [getting started docs](https://github.com/microsoft/teams-ai/blob/main/getting-started/00.OVERVIEW.md).

## Migration

If you're migrating an existing project, switching to add on the Teams AI Library layer is quick and simple. See the [migration guide](https://github.com/microsoft/teams-ai/blob/main/getting-started/MIGRATION/02.DOTNET.md).
2 changes: 1 addition & 1 deletion dotnet/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There are a few ways to get the application up and running. The latest way is us
#### Steps

1. Open the solution in Visual Studio. (For example `EchoBot.sln`).
- Ensure that you set the appropriate config values (ex Azure OpenAI API key). You can find specific instructions in the sample readme under the `Set up instructions` section. If you can't find this section, then it means that the bot does not need them.
- Ensure that you set the appropriate config values (ex Azure OpenAI API key). You can find specific instructions in the sample readme under the `Set up instructions` section. If you can't find this section, then it means there is no required config values to set.
2. In the debug dropdown menu, select `Dev Tunnels > Create A Tunnel` (Tunnel type: `Persistent` & Access: `Public`) or select an existing public dev tunnel.

![image](https://github.com/microsoft/teams-ai/assets/115390646/d7246d38-8276-4b2a-bc22-b72f36aa41b9)
Expand Down
11 changes: 10 additions & 1 deletion js/packages/teams-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ Requirements:
- node v16.x
- node v18.x

To get started with the SDK [see](../../../getting-started/00.OVERVIEW.md).
To get started with the SDK [see](../../../getting-started/00.OVERVIEW.md).


## Getting Started

To get started, take a look at the [getting started docs](https://github.com/microsoft/teams-ai/blob/main/getting-started/00.OVERVIEW.md).

## Migration

If you're migrating an existing project, switching to add on the Teams AI Library layer is quick and simple. See the [migration guide](https://github.com/microsoft/teams-ai/blob/main/getting-started/MIGRATION/02.JS.md).

0 comments on commit abf92a4

Please sign in to comment.