-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3d1b54
commit 5fb8853
Showing
1 changed file
with
23 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,36 @@ | ||
# Azure OpenAI Samples Japan | ||
|
||
(short, 1-3 sentenced, description of the project) | ||
JP Azure Open AI Samples | ||
|
||
## Features | ||
|
||
This project framework provides the following features: | ||
|
||
* Feature 1 | ||
* Feature 2 | ||
* ... | ||
English: This repository contains sample applications that leverage Azure OpenAI with a focus on use cases that are used for the Japan market. | ||
日本語: Azure OpenAIを活用した企業で有用なアプリのサンプルを無償提供しています。 本サンプルは、日本マイクロソフトの社員有志により作成・公開しています。 | ||
|
||
## 公開サンプル一覧 (Samples included) | ||
| Header 1 | Header 2 | | ||
| ------------- | ------------- | | ||
| 1. コールセンター向け AI アシスタント | 準備中 | | ||
| 2. 料理メニューの提案 | 準備中 | | ||
| 3. 目標達成アシスタント | 準備中 | | ||
| 4. 企業分析 | 準備中 | | ||
| 5. 企業内向けChatと社内文書検索 | 準備中 | | ||
| 6. 共通ガイド | 準備中 | | ||
|
||
## Getting Started | ||
日本語: 各サンプルのREADMEをご参照ください。 | ||
English: Please refer to the README for each of the samples. | ||
|
||
### Prerequisites | ||
|
||
(ideally very short, if any) | ||
|
||
- OS | ||
- Library version | ||
- ... | ||
日本語: 各サンプルのREADMEをご参照ください。 | ||
English: Please refer to the README for each of the samples. | ||
|
||
### Installation | ||
|
||
(ideally very short) | ||
|
||
- npm install [package name] | ||
- mvn install | ||
- ... | ||
日本語: 各サンプルのREADMEをご参照ください。 | ||
English: Please refer to the README for each of the samples. | ||
|
||
### Quickstart | ||
(Add steps to get up and running quickly) | ||
|
||
1. git clone [repository clone url] | ||
2. cd [repository name] | ||
3. ... | ||
|
||
日本語: 各サンプルのREADMEをご参照ください。 | ||
English: Please refer to the README for each of the samples. | ||
|
||
## Demo | ||
|
||
A demo app is included to show how to use the project. | ||
|
||
To run the demo, follow these steps: | ||
|
||
(Add steps to start up the demo) | ||
|
||
1. | ||
2. | ||
3. | ||
日本語: 各サンプルのREADMEをご参照ください。 | ||
English: Please refer to the README for each of the samples. | ||
|
||
## Resources | ||
|
||
(Any additional resources or related projects) | ||
|
||
- Link to supporting information | ||
- Link to similar sample | ||
- ... | ||
- [What is Azure OpenAI?](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/overview) |