symmetry-cli 1.0.38 → 1.0.40
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/package.json +2 -2
- package/readme.md +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "symmetry-cli",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.40",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/symmetry.js",
|
6
6
|
"bin": "dist/symmetry.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"dependencies": {
|
25
25
|
"commander": "^12.1.0",
|
26
26
|
"js-yaml": "^4.1.0",
|
27
|
-
"symmetry-core": "^1.0.
|
27
|
+
"symmetry-core": "^1.0.43"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@types/jest": "^29.5.12",
|
package/readme.md
CHANGED
@@ -63,7 +63,7 @@ Here's an example `provider.yaml` configuration:
|
|
63
63
|
```yaml
|
64
64
|
apiHostname: localhost # The hostname of the API server.
|
65
65
|
apiKey: # The API key for authentication.
|
66
|
-
|
66
|
+
apiBasePath: /v1 # The endpoint path for the api.
|
67
67
|
apiPort: 11434 # The port number on which the API server is listening.
|
68
68
|
apiProtocol: http # The protocol used to communicate with the API server.
|
69
69
|
apiProvider: ollama # The name of the API provider.
|