forked from Rakly3/EasyScripts
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yttApiKeys-example.json
More file actions
41 lines (41 loc) · 1.28 KB
/
Copy path.yttApiKeys-example.json
File metadata and controls
41 lines (41 loc) · 1.28 KB
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
{
"ai-providers": {
"claude": {
"name": "Claude - latest model",
"base_url": "https://api.anthropic.com/v1",
"api_key": "your api key here"
},
"deepseek": {
"name": "Deepseek V3",
"base_url": "https://api.deepseek.com/v1",
"model": "deepseek-chat",
"api_key": "your api key here"
},
"lmstudio": {
"name": "LM Studio",
"base_url": "http://localhost:1234/v1",
"api_key": "lm-studio"
},
"ollama": {
"name": "Ollama",
"base_url": "http://localhost:1234/v1",
"api_key": "ollama"
},
"google": {
"name": "Google Gemini",
"base_url": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model": "gemini-2.0-flash-exp",
"api_key": "your api key here"
},
"default": {
"name": "Google Gemini",
"base_url": "https://generativelanguage.googleapis.com/v1beta/openai/",
"model": "gemini-2.0-flash-exp",
"api_key": "your api key here"
}
},
"youtube": {
"base_url": "https://www.googleapis.com/youtube/v3",
"api_key": "your api key here"
}
}