AI 七月 12, 2026

一些免费AI模型,及在 VS Code 中使用

文章字数 11k 阅读约需 10 mins.

Visual Studio Code(简称 VS Code)官方文档 Bring your own language model key 中介绍了在 VS Code 中添加更多语言模型的方法,包括 内...

查看全文

AI 三月 15, 2026

【转】如何调用Github Copilot订阅的Chat Completions API

文章字数 6k 阅读约需 5 mins.


这篇文章教你怎么自己编写代码,把你的Github Copilot订阅的API接出来用。

大致流程是:

  1. 发起 Device Flow 请求,获取device_codeuser_codeXXXX-XXXX)。
  2. 在浏览器访问 https://github.com/login/device,输入`user_code`。
  3. 轮询换取access_tokenghu_开头的 token)。
  4. access_token...
查看全文
0%