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 key 的 CometAPI 账户
设置
获取你的 CometAPI API key
编辑 config.py
打开 
gpt_academic/config.py。将 API endpoint 设置为 https://api.cometapi.com/v1/chat/completions,并将你的 CometAPI key 粘贴为 API key 的值。

