You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,15 +46,16 @@ const COMPARTMENT_ID = ""; // Fill-in with compartment Id with access to generat
50
46
compartmentId: COMPARTMENT_ID,
51
47
servingMode: servingMode,
52
48
chatRequest: {
53
-
message: "As a corporate vice president, generate an email congratulating a team that has just shipped a new cloud service. Emphasize the great positive impact the new service will have on the productivity of their customers.",
49
+
message:
50
+
"As a corporate vice president, generate an email congratulating a team that has just shipped a new cloud service. Emphasize the great positive impact the new service will have on the productivity of their customers.",
54
51
apiFormat: "COHERE",
55
52
maxTokens: 600,
56
53
temperature: 0,
57
54
frequencyPenalty: 1,
58
55
presencePenalty: 0,
59
56
topP: 0.75,
60
57
topK: 0,
61
-
seed: 0,
58
+
seed: 0
62
59
}
63
60
},
64
61
retryConfiguration: NoRetryConfigurationDetails
@@ -69,5 +66,4 @@ const COMPARTMENT_ID = ""; // Fill-in with compartment Id with access to generat
@@ -57,7 +53,8 @@ const COMPARTMENT_ID = ""; // Fill-in with compartment Id with access to generat
57
53
{
58
54
type: "TEXT",
59
55
// @ts-ignore
60
-
text: "As a corporate vice president, generate an email congratulating a team that has just shipped a new cloud service. Emphasize the great positive impact the new service will have on the productivity of their customers.",
56
+
text:
57
+
"As a corporate vice president, generate an email congratulating a team that has just shipped a new cloud service. Emphasize the great positive impact the new service will have on the productivity of their customers."
61
58
}
62
59
]
63
60
}
@@ -69,7 +66,7 @@ const COMPARTMENT_ID = ""; // Fill-in with compartment Id with access to generat
69
66
presencePenalty: 0,
70
67
topP: 0.75,
71
68
topK: -1,
72
-
seed: 0,
69
+
seed: 0
73
70
}
74
71
},
75
72
retryConfiguration: NoRetryConfigurationDetails
@@ -80,5 +77,4 @@ const COMPARTMENT_ID = ""; // Fill-in with compartment Id with access to generat
@@ -47,18 +43,29 @@ const COMPARTMENT_ID = ""; // Fill-in with compartment Id with access to generat
47
43
// Embed Details
48
44
constembedRequest: requests.EmbedTextRequest={
49
45
embedTextDetails: {
50
-
inputs: ["In order to maintain our growth, we need to track our billings to ensure we are charging our customers enough to support our business."," We have a system in place to track our billings and ensure we are billing our customers accurately."," We have a dedicated billing team that is responsible for generating invoices and tracking payments."," Our billing system is integrated with our customer relationship management (CRM) system, which allows us to track our billings and customer interactions in one place."," We use a third-party billing service to help us manage our billings and ensure we are billing our customers correctly."," We are committed to providing our customers with accurate billings and clear explanations of our charges."," Timely and accurate billing is important to our customers, and we strive to provide them with the best possible service."," We are constantly looking for ways to improve our billing process and ensure we are billing our customers fairly."," We are committed to being transparent with our customers about our billing process and how we calculate our charges."," Billing can be a complex process, and we are here to help our customers understand their bills and answer any questions they may have."," We value our customers and want to ensure that they are happy with our billing process and the services we provide."],
46
+
inputs: [
47
+
"In order to maintain our growth, we need to track our billings to ensure we are charging our customers enough to support our business.",
48
+
" We have a system in place to track our billings and ensure we are billing our customers accurately.",
49
+
" We have a dedicated billing team that is responsible for generating invoices and tracking payments.",
50
+
" Our billing system is integrated with our customer relationship management (CRM) system, which allows us to track our billings and customer interactions in one place.",
51
+
" We use a third-party billing service to help us manage our billings and ensure we are billing our customers correctly.",
52
+
" We are committed to providing our customers with accurate billings and clear explanations of our charges.",
53
+
" Timely and accurate billing is important to our customers, and we strive to provide them with the best possible service.",
54
+
" We are constantly looking for ways to improve our billing process and ensure we are billing our customers fairly.",
55
+
" We are committed to being transparent with our customers about our billing process and how we calculate our charges.",
56
+
" Billing can be a complex process, and we are here to help our customers understand their bills and answer any questions they may have.",
57
+
" We value our customers and want to ensure that they are happy with our billing process and the services we provide."
0 commit comments