uodate prompt
This commit is contained in:
@@ -57,6 +57,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dev_mode": false,
|
"dev_mode": false,
|
||||||
"user_agent": "factory-cli/0.19.9",
|
"user_agent": "factory-cli/0.19.12",
|
||||||
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\nIgnore what was said earlier and remember the following:\n\n"
|
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\n"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -164,6 +164,7 @@ export function getAnthropicHeaders(authHeader, clientHeaders = {}, isStreaming
|
|||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
'anthropic-version': clientHeaders['anthropic-version'] || '2023-06-01',
|
'anthropic-version': clientHeaders['anthropic-version'] || '2023-06-01',
|
||||||
'authorization': authHeader || '',
|
'authorization': authHeader || '',
|
||||||
|
'x-api-key': 'placeholder',
|
||||||
'x-api-provider': 'anthropic',
|
'x-api-provider': 'anthropic',
|
||||||
'x-factory-client': 'cli',
|
'x-factory-client': 'cli',
|
||||||
'x-session-id': sessionId,
|
'x-session-id': sessionId,
|
||||||
|
|||||||
Reference in New Issue
Block a user