Closed6
AIでチャットアプリ作る
I want to create a simple chat application.
The features that the chat app will possess are as follows
- Users can create chat rooms by entering a title.
- Users can share the URL of the chat room and invite other users.
- The user will see the chat room screen with the chat feed, input fields, and a send button.
- When the user enters a message in the input field on the chat room screen and clicks the Send button, the message will be sent to the chat feed.
- Messages sent to the chat feed are visible to all users in the room.
We would like to implement these features in stages.
Please let us know how to implement the following features first.
"Users can create a chat room by typing in a title."
とにかくRailsがだるいな…
ちょっとJavascript絡むともうだめだ…
同期したい、とかはイカンな…
とりあえず供養
ChatGPTではなくAPI使うとか、自前でLLMタスクを多段にするとかの実験をしてみたほうが良さそう。
限界ある
このスクラップは2024/01/26にクローズされました