mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 22:21:20 +00:00
style(proxy): format openai bridge launch settings
This commit is contained in:
+1
-4
@@ -1460,10 +1460,7 @@ async function main(): Promise<void> {
|
||||
),
|
||||
};
|
||||
delete proxyEnv.ANTHROPIC_API_KEY;
|
||||
const launchSettings = createOpenAICompatLaunchSettings(
|
||||
expandedSettingsPath,
|
||||
settings
|
||||
);
|
||||
const launchSettings = createOpenAICompatLaunchSettings(expandedSettingsPath, settings);
|
||||
|
||||
const launchArgs = [
|
||||
'--settings',
|
||||
|
||||
Reference in New Issue
Block a user