Skip to content

Commit

Permalink
Fix: AI 연결 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho committed Sep 7, 2024
1 parent 686fd5b commit 7aaa3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/postAIBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const postAIBot = async (chatMessage) => {
try {
const res = await instance.post("/api/chatrooms/ai-chat", {
username: localStorage.getItem("username"),
chatroomUUID: localStorage.getItem("chatroomUUID"),
chatroomUUID: "b0d42bc1-5959-4d96-9d38-8823f490ce84",
chatMessage,
chatType: "CHAT_SUMMARY",
relation: localStorage.getItem("relation"),
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BotSetting/BotRelation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const BotRelation = () => {
}}
>
<Header color="black" isBack={true}>
2인 채팅
고랭과 채팅
</Header>

<img src={REL_GOLANG} />
Expand Down

0 comments on commit 7aaa3b3

Please sign in to comment.