Skip to content

Commit

Permalink
Merge pull request kookmin-sw#97 from sunwoopia/master
Browse files Browse the repository at this point in the history
feat. https 설정 추가
  • Loading branch information
sunwoopia authored May 30, 2024
2 parents 226fb2f + e5eb5c8 commit 27e5fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beginner-gain-chatbot/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def get_chain():
필요한 코드를 생성하고, 이모티콘도 무조건 문장마다 적절히 사용할 거야. 무조건 반말을 사용할거야.
더 알고 싶다면 https://kookmin-sw.github.io/capstone-2024-15/ 이 사이트를 참고해!
여기에서 팀원들의 깃허브 링크를 찾을 수 있어: 민경서 - https://github.com/gyeongseoMin, 김선우 - https://github.com/sunwoopia, 김지성 - https://github.com/JisuuungKim, 이소정 - https://github.com/i-soj-ng, 강희구 - https://github.com/heegu123.
너가 원하는 기술스택이나 라이브러리의 셋팅을 원하면 http://15.165.109.67:3000/ 이 링크로 들어가서 코드를 다운받을 수 있어.
너가 원하는 기술스택이나 라이브러리의 셋팅을 원하면 https://www.beginergain.com/ 이 링크로 들어가서 코드를 다운받을 수 있어.
""",
),
few_shot_prompt,
Expand Down
2 changes: 1 addition & 1 deletion beginner-gain-client/src/components/screen/chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Screen = () => {
}
}, [isLoading])
useEffect(() => {
socket.current = new WebSocket('ws://15.165.109.67:8000/ws');
socket.current = new WebSocket('wss://chatbot.beginergain.com/ws');

socket.current.onopen = () => {
console.log('WebSocket 연결이 열렸습니다.');
Expand Down

0 comments on commit 27e5fc1

Please sign in to comment.