Skip to content

Commit a623bb7

Browse files
julien-cWauplin
andauthored
Update packages/mcp-client/cli.ts
Co-authored-by: Lucain <[email protected]>
1 parent 21ae7c7 commit a623bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-client/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { version as packageVersion } from "./package.json";
1111

1212
const MODEL_ID = process.env.MODEL_ID ?? "Qwen/Qwen2.5-72B-Instruct";
1313
const PROVIDER = (process.env.PROVIDER as InferenceProvider) ?? "nebius";
14-
const ENDPOINT_URL = process.env.ENDPOINT_URL;
14+
const BASE_URL = process.env.BASE_URL;
1515

1616
const SERVERS: StdioServerParameters[] = [
1717
{

0 commit comments

Comments
 (0)