-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathnetlify.toml
78 lines (63 loc) · 1.42 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[build]
publish = "public"
command = "npm run build"
[[redirects]]
from = "/discord/*"
to = "https://discord.com/api/:splat"
status = 200
[[redirects]]
from = "/telegram/*"
to = "https://api.telegram.org/:splat"
status = 200
[[redirects]]
from = "/openai/*"
to = "https://api.openai.com/:splat"
status = 200
[[redirects]]
from = "/claude/*"
to = "https://api.anthropic.com/:splat"
status = 200
[[redirects]]
from = "/gemini/*"
to = "https://generativelanguage.googleapis.com/:splat"
status = 200
[[redirects]]
from = "/meta/*"
to = "https://www.meta.ai/api/:splat"
status = 200
[[redirects]]
from = "/groq/*"
to = "https://api.groq.com/:splat"
status = 200
[[redirects]]
from = "/x/*"
to = "https://api.x.ai/:splat"
status = 200
[[redirects]]
from = "/cohere/*"
to = "https://api.cohere.ai/:splat"
status = 200
[[redirects]]
from = "/huggingface/*"
to = "https://api-inference.huggingface.co/:splat"
status = 200
[[redirects]]
from = "/together/*"
to = "https://api.together.xyz/:splat"
status = 200
[[redirects]]
from = "/novita/*"
to = "https://api.novita.ai/:splat"
status = 200
[[redirects]]
from = "/portkey/*"
to = "https://api.portkey.ai/:splat"
status = 200
[[redirects]]
from = "/fireworks/*"
to = "https://api.fireworks.ai/:splat"
status = 200
[[redirects]]
from = "/openrouter/*"
to = "https://openrouter.ai/api/:splat"
status = 200