jinta-shimo02 / lateral_thinking_app

0 stars 0 forks source link

ぬるぬるチャット画面をつくる #10

Closed KeiSAKATA closed 4 months ago

KeiSAKATA commented 4 months ago

とりあえず、チャットでぬるぬるGeminiとやりとりできる画面をつくる。 react-railsのgemを入れてみようかな。

3

KeiSAKATA commented 4 months ago

app/controllers/api/v1/chats_controller.rbにエンドポイントをつくって、そこからGeminiを叩くようにした。 とりあえず、双方向でぬるぬるチャットのやりとりはできるようになった。

https://github.com/user-attachments/assets/3a1e4c5e-2b40-4d5e-bc96-09d732e08383

KeiSAKATA commented 4 months ago

今日はおわり。

jinta-shimo02 commented 4 months ago

すごい。。。😳

KeiSAKATA commented 4 months ago

@jinta-shimo02

bundle add jsbundling-rails
rails javascript:install:esbuild
yarn add react react-dom
docker compose exec app bundle install
docker compose exec app yarn install
yarn add axios