backend changes extracted from codex/jon/SKY-5016 (#2508)
This commit is contained in:
@@ -36,6 +36,8 @@ proxy_location: RESIDENTIAL
|
||||
webhook_callback_url: https://example.com/webhook
|
||||
totp_verification_url: https://example.com/totp
|
||||
persist_browser_session: false
|
||||
model:
|
||||
model: gpt-3.5-turbo
|
||||
workflow_definition:
|
||||
parameters:
|
||||
- key: website_url
|
||||
@@ -119,6 +121,7 @@ workflow_definition = {
|
||||
"webhook_callback_url": "https://example.com/webhook",
|
||||
"totp_verification_url": "https://example.com/totp",
|
||||
"totp_identifier": "4155555555",
|
||||
"model": {"model": "gpt-3.5-turbo"},
|
||||
"workflow_definition": {
|
||||
"parameters": [
|
||||
{
|
||||
@@ -201,6 +204,7 @@ proxy_location: RESIDENTIAL
|
||||
webhook_callback_url: https://example.com/webhook
|
||||
totp_verification_url: https://example.com/totp
|
||||
persist_browser_session: false
|
||||
model: {model: gpt-3.5-turbo}
|
||||
workflow_definition:
|
||||
parameters:
|
||||
- key: website_url
|
||||
@@ -283,6 +287,7 @@ updated_workflow_definition = {
|
||||
"webhook_callback_url": "https://example.com/webhook",
|
||||
"totp_verification_url": "https://example.com/totp",
|
||||
"totp_identifier": "4155555555",
|
||||
"model": {"model": "gpt-3.5-turbo"},
|
||||
"workflow_definition": {
|
||||
"parameters": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user