12 lines
189 B
JSON
12 lines
189 B
JSON
{
|
|
"version": 1,
|
|
"profiles": {
|
|
"openai-proxy": {
|
|
"provider": "openai",
|
|
"default": true,
|
|
"apiKey": "not-needed",
|
|
"baseUrl": "http://proxy:3456/v1"
|
|
}
|
|
}
|
|
}
|