symmetry-cli 1.0.23 → 1.0.24
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 +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
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
|
+
apiChatPath: /v1/chat/completions # The endpoint path for chat completions.
|
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.
|
@@ -71,7 +71,7 @@ dataCollectionEnabled: false # Whether to enable data collection.
|
|
71
71
|
maxConnections: 10 # The maximum number of connections.
|
72
72
|
modelName: llama3.1:latest # The name and version of the AI model to use.
|
73
73
|
name: twinnydotdev # Your chosen name as a provider on the Symmetry network.
|
74
|
-
|
74
|
+
dataPath: /home/twinnydotdev/.config/symmetry/data # The local path where Symmetry will store its configuration and data files.
|
75
75
|
public: true # Whether this provider is publicly accessible on the Symmetry network.
|
76
76
|
serverKey: 4b4a9cc325d134dee6679e9407420023531fd7e96c563f6c5d00fd5549b77435 # The unique key for connecting to the Symmetry server.
|
77
77
|
systemMessage: "I'm a system message" # An optional system message for each conversation.
|