mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 18:18:43 +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;
|
delete proxyEnv.ANTHROPIC_API_KEY;
|
||||||
const launchSettings = createOpenAICompatLaunchSettings(
|
const launchSettings = createOpenAICompatLaunchSettings(expandedSettingsPath, settings);
|
||||||
expandedSettingsPath,
|
|
||||||
settings
|
|
||||||
);
|
|
||||||
|
|
||||||
const launchArgs = [
|
const launchArgs = [
|
||||||
'--settings',
|
'--settings',
|
||||||
|
|||||||
Reference in New Issue
Block a user