mirror of
https://github.com/handsomezhuzhu/api-proxy.git
synced 2026-02-20 20:00:15 +00:00
服务范围更改
This commit is contained in:
4
main.go
4
main.go
@@ -11,8 +11,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var apiMapping = map[string]string{
|
var apiMapping = map[string]string{
|
||||||
"/discord": "https://discord.com/api",
|
// "/discord": "https://discord.com/api",
|
||||||
"/telegram": "https://api.telegram.org",
|
// "/telegram": "https://api.telegram.org",
|
||||||
"/openai": "https://api.openai.com",
|
"/openai": "https://api.openai.com",
|
||||||
"/claude": "https://api.anthropic.com",
|
"/claude": "https://api.anthropic.com",
|
||||||
"/gemini": "https://generativelanguage.googleapis.com",
|
"/gemini": "https://generativelanguage.googleapis.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user