Ymmy833y / todo-chat

This is a web application that combines the Todo application and ChatGPT.
MIT License
0 stars 0 forks source link

Semantic Kernelの導入 #7

Closed Ymmy833y closed 2 months ago

Ymmy833y commented 2 months ago

mvnで追加する(gradleにはない?)

<!-- Semantic kernel -->
<dependency>
  <groupId>com.microsoft.semantic-kernel</groupId>
  <artifactId>semantickernel-api</artifactId>
  <version>1.1.5</version>
</dependency>
<dependency>
  <groupId>com.microsoft.semantic-kernel</groupId>
  <artifactId>semantickernel-aiservices-openai</artifactId>
  <version>1.1.5</version>
</dependency>
Ymmy833y commented 2 months ago

マージしたのでクローズ

Ymmy833y commented 2 months ago

application-test.ymlの設定をしていないため再オープン

Ymmy833y commented 2 months ago

featureブランチにマージしたのでクローズ