메인 콘텐츠로 건너뛰기

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은 대규모 언어 모델을 사용해 학술 글쓰기와 코드 리뷰를 향상시키는 오픈소스 도구입니다. CometAPI에 연결하면 연구 워크플로에서 GPT, Claude 및 기타 모델을 사용할 수 있습니다.

사전 준비

  • gpt_academic이 설치되어 실행 중이어야 합니다
  • 활성 API 키가 있는 CometAPI 계정

설정

1

CometAPI API 키 받기

CometAPI dashboard에 로그인합니다. Add API Key를 클릭한 다음 키와 base URL(https://api.cometapi.com)을 복사합니다.
CometAPI dashboard — API 키 추가
CometAPI API 키와 base URL
2

config.py 편집

gpt_academic/config.py를 엽니다. API endpoint를 https://api.cometapi.com/v1/chat/completions로 설정하고, API key 값에 CometAPI 키를 붙여넣습니다.
gpt_academic config.py — API URL 및 키 필드
3

재시작 및 테스트

gpt_academic을 재시작하고 간단한 작업을 시도해 보세요. 응답이 정상적으로 반환되면 CometAPI가 연결된 것입니다.