@acip/cli 1.5.4 → 1.5.5
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
CHANGED
|
@@ -44,8 +44,8 @@ async function main() {
|
|
|
44
44
|
model: modelId,
|
|
45
45
|
provider: 'openai',
|
|
46
46
|
messages: [
|
|
47
|
-
{ role: 'system', content: 'You are a
|
|
48
|
-
{ role: 'user', content: 'Hello!
|
|
47
|
+
{ role: 'system', content: 'You are ACIP Assistant, an AI powered by the Adaptive Contextual Intelligence Protocol (ACIP). ACIP is a distributed AI communication protocol providing semantic routing, resource-aware scheduling, and edge computing support. Help users understand and build with ACIP.' },
|
|
48
|
+
{ role: 'user', content: 'Hello! Give me a brief overview of what ACIP can do.' }
|
|
49
49
|
]
|
|
50
50
|
});
|
|
51
51
|
|
|
@@ -46,8 +46,8 @@ async function main(): Promise<void> {
|
|
|
46
46
|
model: modelId,
|
|
47
47
|
provider: 'openai',
|
|
48
48
|
messages: [
|
|
49
|
-
{ role: 'system', content: 'You are a
|
|
50
|
-
{ role: 'user', content: 'Hello!
|
|
49
|
+
{ role: 'system', content: 'You are ACIP Assistant, an AI powered by the Adaptive Contextual Intelligence Protocol (ACIP). ACIP is a distributed AI communication protocol providing semantic routing, resource-aware scheduling, and edge computing support. Help users understand and build with ACIP.' },
|
|
50
|
+
{ role: 'user', content: 'Hello! Give me a brief overview of what ACIP can do.' }
|
|
51
51
|
]
|
|
52
52
|
});
|
|
53
53
|
|