inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

유준모님의 게시글

유준모 유준모

@hellonewworld

수강평 작성수
5
평균평점
4.8

게시글 2

질문&답변

summary 를. 시스템메세지에 추가하는 부분에 관하여

아 아닙니다 강사님 코드를 잘못 읽었네요.. agent 함수내에서 messages는 새로운 리스트 객체를 참조하고 있었네요. 그래서 agent가 반복 호출되어도 systemMessage가 중복 누적되지 않는 것이었습니다.

좋아요수
0
댓글수
3
조회수
103

질문&답변

음성비서 만들기 에러 FileNotFoundError

사진이 작게 나와, 에러로그 텍스트로 남깁니다 ! 2024-01-21 20:48:20.572 Uncaught app exception Traceback (most recent call last): File "C:\chatGPT\inflearn_chatGPT-main\ch11\ch11_env_2\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in run script exec(code, module.__dict__) File "C:\chatGPT\inflearn_chatGPT-main\ch11\03_voicebot_app_NewVersion.py", line 169, in main() File "C:\chatGPT\inflearn_chatGPT-main\ch11\03_voicebot_app_NewVersion.py", line 126, in main audio = audiorecorder("클릭하여 녹음하기", "녹음중...") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\chatGPT\inflearn_chatGPT-main\ch11\ch11_env_2\Lib\site-packages\audiorecorder\__init__.py", line 27, in audiorecorder audio_segment = AudioSegment.from_file(BytesIO(b64decode(base64_audio))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\chatGPT\inflearn_chatGPT-main\ch11\ch11_env_2\Lib\site-packages\pydub\audio_segment.py", line 728, in from_file info = mediainfo_json(orig_file, read_ahead_limit=read_ahead_limit) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\chatGPT\inflearn_chatGPT-main\ch11\ch11_env_2\Lib\site-packages\pydub\utils.py", line 274, in mediainfo_json res = Popen(command, stdin=stdin_parameter, stdout=PIPE, stderr=PIPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\white\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1026, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\white\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1538, in execute child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] 지정된 파일을 찾을 수 없습니다

좋아요수
1
댓글수
1
조회수
762