swiftroutercli 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.js +1 -1
- package/package.json +1 -1
- package/src/constants.ts +1 -1
package/dist/constants.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import os from "os";
|
|
2
2
|
import path from "path";
|
|
3
3
|
// Application Defaults
|
|
4
|
-
export const DEFAULT_BASE_URL = "http://localhost:
|
|
4
|
+
export const DEFAULT_BASE_URL = "http://localhost:3000";
|
|
5
5
|
export const DEFAULT_MODEL = "gpt-4o-mini";
|
|
6
6
|
// System Paths
|
|
7
7
|
export const CONFIG_DIR = path.join(os.homedir(), ".swiftrouter-cli");
|
package/package.json
CHANGED
package/src/constants.ts
CHANGED