Skip to content

Instantly share code, notes, and snippets.

@GrayXu
Last active October 10, 2024 11:53
Show Gist options
  • Save GrayXu/f1b72353b4b0493d51d47f0f7498b67b to your computer and use it in GitHub Desktop.
Save GrayXu/f1b72353b4b0493d51d47f0f7498b67b to your computer and use it in GitHub Desktop.
Register OpenAI GPT API

This gist is for zotero-pdf-translate.
Please ask your question at repo issues for faster responses
请在仓库issue进行提问以获得更快的回复


  1. Register an account on the OpenAI website.
  2. After successful registration, go to API keys and create an key, which looks like sk-XXXXXX.
  3. Fill in the url with the complete URL, such as https://api.openai.com/v1/chat/completions.
  4. For the model, enter a model name such as gpt-4o.
  5. When using the official OpenAI API, ensure your network environment allows direct connection to OpenAI .
  6. When using a 3-party OpenAI compatible API, follow the same format as above.

  1. OpenAI网站注册账号。
  2. 注册成功后,打开API keys,创建密钥(API Secret Key),如sk-XXXXXX
  3. 接口填写如https://api.openai.com/v1/chat/completions的完整调用URL。
  4. 模型填写如gpt-4o的模型名。
  5. 使用官方接口需要确保你的网络环境可以直连OpenAI。
  6. 使用第三方OpenAI兼容接口时,填写规范与上述对齐即可。
@ticoAg
Copy link

ticoAg commented Mar 14, 2024

zotero7
image
实测可用

@qi984804915
Copy link

zotero7 image 实测可用
这是怎么实现的?

@YouJiacheng
Copy link

YouJiacheng commented Apr 2, 2024

很迷惑,为啥TogetherAI的Qwen1.5可以用,无问芯穹的就用不了……而且TogetherAI输错密钥会有401 Error,但无问芯穹啥反应都没有。草,无问芯穹这玩意失败了回复200然后payload里写error。

@RsFantasy
Copy link

Snipaste_2024-04-20_22-46-59大家好,我自己的GPT api,接口也用的原来的,怎么服务一直不可用啊?

@Philip-Cao-9527
Copy link

image 我用的closeai的 接口 怎么还是不能用 还有chatanywhere 这个项目的也不能用

我也使用的这个项目,我在api网址https://api.chatanywhere.cn的后面加上/v1/chat/completions,就可以使用了。另外推荐你使用zotero gpt插件,里面也可以用翻译功能

@SawyerAllen
Copy link

image 请问,第三方的接口,只有1个模型选项该怎么解决,同样的接口在Zotero的GTP插件中是可以正常修改模型的

@GrayXu
Copy link
Author

GrayXu commented Sep 9, 2024

@SawyerAllen 你这是zotero6?1.0.27之后都是可以手动填写的

@Merle-h
Copy link

Merle-h commented Sep 20, 2024

用的自己的GPT 4o账号,显示如下,想请问是什么问题?
zotero_

@GrayXu
Copy link
Author

GrayXu commented Sep 20, 2024

@Merle-h 说明你的key不能访问4o

@WJHHHH1001
Copy link

在添加ChatGPT的密钥之后为什么对选中的内容不是翻译成中文,而是类似于解读的作用
aa02177a-5e5b-4dea-98ce-c7ef9a8620aa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment