gpt_academic은 대규모 언어 모델을 사용해 학술 글쓰기와 코드 리뷰를 향상시키는 오픈소스 도구입니다. CometAPI에 연결하면 연구 워크플로에서 GPT, Claude 및 기타 모델을 사용할 수 있습니다.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
사전 준비
- gpt_academic이 설치되어 실행 중이어야 합니다
- 활성 API 키가 있는 CometAPI 계정
설정
CometAPI API 키 받기
config.py 편집
gpt_academic/config.py를 엽니다. API endpoint를 https://api.cometapi.com/v1/chat/completions로 설정하고, API key 값에 CometAPI 키를 붙여넣습니다.

