Skip to content

Commit

Permalink
Merge pull request #79 from aws-samples/tbrand-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tbrand authored Sep 29, 2023
2 parents 28c1075 + 78cc54d commit 2137817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ LLM は、大量の文章を要約するタスクを得意としています。
## アーキテクチャ

このサンプルでは、フロントエンドは React を用いて実装し、静的ファイルは CloudFront + S3 によって配信されています。バックエンドには API Gateway + Lambda、認証には Congito を使用しています。また、LLM は OpenAI または Amazon Bedrock (現在は未実装) を使用します。今後、会話履歴機能や Fine-tuning 機能の追加が予定されています。
このサンプルでは、フロントエンドは React を用いて実装し、静的ファイルは CloudFront + S3 によって配信されています。バックエンドには API Gateway + Lambda、認証には Congito を使用しています。また、LLM は Amazon Bedrock を使用します。今後、会話履歴機能や Fine-tuning 機能の追加が予定されています。

![arch.png](/imgs/arch.png)

Expand Down

0 comments on commit 2137817

Please sign in to comment.