강사님께 질문드립니다. 수업을 듣다 문득 이런 생각이 들었습니다. LLM은 엄청난 데이터를 학습했으니, 파인튜닝을 위해 제공한 학습자료가 이미 학습된 자료일 수도 있습니다. 비중에 따라 다를 수 있겠지만, 이럴때는 어떤 결과가 예상되는지 궁금합니다. 또한, 중복된 학습자료임을 LLM이 알고 알려주거나 뱉어낼 수 있는건가요?
안녕하세요 현재 수업을 듣고있는 중에 아래와 같은 에러가 발생했습니다. openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details. For more information on this error 조금 찾아보았는데.. 아래 사항들에 전혀 해당하지 않습니다. 심지어 돈 주고 gpt4 사용하고 있는데.. 어떤 문제일지 여쭤봐도 될까요? - You are using a loop or a script that makes frequent or concurrent requests. - You are sharing your API key with other users or applications. - You are using a free plan that has a low rate limit. https://help.openai.com/en/articles/6891829-error-code-429-rate-limit-reached-for-requests
강사님 안녕하세요. 위에 체크된 부분부터 실습시 디버깅이 좀 어려워지고 있어서 질문을 드립니다. 저는 처음부터 openai 설치 버전을 2023.12.23일 기준 최신버전 openai == 1.6.0 을 설치해서 실습을 진행하고 있습니다. 강사님은 아마도 아래의 버전을 설치해서 실습을 진행하시는 것 같은데요. 혹시 openai 최선버전으로 update해서 올려주시나요? 동영상은 openai==0.28 버전을 설치해서 하신것 같아요. 강사님 코드 git에서 그대로 받아서 실행해보면 다음과 같이 메시지가 나오네요. You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API. You can run openai migrate to automatically upgrade your codebase to use the 1.0.0 interface. Alternatively, you can pin your installation to the old version, e.g. pip install openai==0.28