symmetry-cli 1.0.41 → 1.0.42
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 +0 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "symmetry-cli",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.42",
|
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.45"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@types/jest": "^29.5.12",
|
package/readme.md
CHANGED
@@ -43,7 +43,6 @@ You will then be joined with the symmetry server and ready for connections!
|
|
43
43
|
ℹ️ INFO: 🔑 Server key: 4b4a9cc325d134dee6679e9407420023531fd7e96c563f6c5d00fd5549b77435
|
44
44
|
ℹ️ INFO: 🔗 Joining server, please wait.
|
45
45
|
ℹ️ INFO: 🔗 Connected to server.
|
46
|
-
ℹ️ INFO: ✅ Verification successful.
|
47
46
|
ℹ️ INFO: 👋 Saying hello to your provider...
|
48
47
|
ℹ️ INFO: 🚀 Sending test request to http://localhost:11434/v1/chat/completions
|
49
48
|
ℹ️ INFO: 📡 Got response, checking stream...
|
@@ -66,13 +65,8 @@ apiKey: # The API key for authentication.
|
|
66
65
|
apiBasePath: /v1 # The endpoint path for the api.
|
67
66
|
apiPort: 11434 # The port number on which the API server is listening.
|
68
67
|
apiProtocol: http # The protocol used to communicate with the API server.
|
69
|
-
apiProvider: ollama # The name of the API provider.
|
70
|
-
dataCollectionEnabled: false # Whether to enable data collection.
|
71
|
-
maxConnections: 10 # The maximum number of connections.
|
72
68
|
modelName: llama3.1:latest # The name and version of the AI model to use.
|
73
69
|
name: twinnydotdev # Your chosen name as a provider on the Symmetry network.
|
74
|
-
dataPath: /home/twinnydotdev/.config/symmetry/data # The local path where Symmetry will store its configuration and data files.
|
75
|
-
public: true # Whether this provider is publicly accessible on the Symmetry network.
|
76
70
|
serverKey: 4b4a9cc325d134dee6679e9407420023531fd7e96c563f6c5d00fd5549b77435 # The unique key for connecting to the Symmetry server.
|
77
71
|
systemMessage: "I'm a system message" # An optional system message for each conversation.
|
78
72
|
userSecret: # The secret key for user authentication and points tracking.
|