#Surge #模块 #ChatGPT 忘了有没有发过了 再发一次
#!name=ChatGPT
#!desc=替换 api.openai.com 为 自定义接口, 添加 key
[URL Rewrite]
^https:\/\/api\.openai\.com\/v1 https://xxxxxxxxx.com/v1 header
[Header Rewrite]
http-request ^https:\/\/api\.openai\.com\/v1 header-del Authorization
http-request ^https:\/\/api\.openai\.com\/v1 header-add Authorization "Bearer sk-yyyyyyyyyyyyy"
[MITM]
hostname = %APPEND% api.openai.com
#!name=ChatGPT
#!desc=替换 api.openai.com 为 自定义接口, 添加 key
[URL Rewrite]
^https:\/\/api\.openai\.com\/v1 https://xxxxxxxxx.com/v1 header
[Header Rewrite]
http-request ^https:\/\/api\.openai\.com\/v1 header-del Authorization
http-request ^https:\/\/api\.openai\.com\/v1 header-add Authorization "Bearer sk-yyyyyyyyyyyyy"
[MITM]
hostname = %APPEND% api.openai.com