more
This commit is contained in:
@@ -19,10 +19,9 @@ export const Steps = () => (
|
|||||||
<span className="bold-span">UPLOAD YOUR DOCUMENT: </span>You will now
|
<span className="bold-span">UPLOAD YOUR DOCUMENT: </span>You will now
|
||||||
see the Document Upload Modal. Enter the discovery request's title,
|
see the Document Upload Modal. Enter the discovery request's title,
|
||||||
i.e. “Defendant’s Interrogatories,” and (optionally) the date served.
|
i.e. “Defendant’s Interrogatories,” and (optionally) the date served.
|
||||||
Drag and drop, or click and select the .pdf from your files. {" "}
|
Drag and drop, or click to select. {" "} Then Click{" "}
|
||||||
<div className="mini-break">
|
<span className="bold-span"> “Upload”.</span>
|
||||||
Click <span className="bold-span"> “Upload”.</span>
|
<div className="mini-break"></div>
|
||||||
</div>
|
|
||||||
<div className="mini-break">
|
<div className="mini-break">
|
||||||
Parsing the document for language processing usually takes fewer
|
Parsing the document for language processing usually takes fewer
|
||||||
than 2 minutes, but be patient - it may take up to 5.
|
than 2 minutes, but be patient - it may take up to 5.
|
||||||
@@ -49,13 +48,9 @@ export const Steps = () => (
|
|||||||
the interactive Document Editor. Note the Response Novos toggle button -
|
the interactive Document Editor. Note the Response Novos toggle button -
|
||||||
this controls the amount of logical branching used in forumilting hte
|
this controls the amount of logical branching used in forumilting hte
|
||||||
response language. You can edit the responses and save progress any time
|
response language. You can edit the responses and save progress any time
|
||||||
by clicking the “Save Changes” button.
|
by clicking the “Save Changes” button. Novos: A proprietary feature
|
||||||
</div>
|
distinct from the so-called LLM 'temperature' parameter. Controls the
|
||||||
<div className="steps-text-wrapper">
|
amount of AI inference within a CRAC-type model used for argument logic.
|
||||||
Novos : A prompt-templating variable. Controls the amount of inferential
|
|
||||||
reasoning applied within CRAC-type model for rhetoric generation.
|
|
||||||
Distinct from and should not be conflated with the so-called LLM
|
|
||||||
'temperature' parameter.
|
|
||||||
</div>
|
</div>
|
||||||
<div className="steps-text-wrapper">
|
<div className="steps-text-wrapper">
|
||||||
<span className="bold-span">DOWNLOAD YOUR RESPONSE DOCUMENT: </span>
|
<span className="bold-span">DOWNLOAD YOUR RESPONSE DOCUMENT: </span>
|
||||||
|
|||||||
@@ -38,8 +38,9 @@
|
|||||||
|
|
||||||
.user-name-container2 {
|
.user-name-container2 {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
margin-left: 8px;
|
margin-left: 10px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
font-size: 1.1rem;
|
||||||
color: var(--font-light);
|
color: var(--font-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -128,6 +128,7 @@
|
|||||||
margin-left: 7px !important;
|
margin-left: 7px !important;
|
||||||
color: var(--font-light);
|
color: var(--font-light);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
|
|||||||
@@ -33,7 +33,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.steps-text-wrapper {
|
.steps-text-wrapper {
|
||||||
margin-bottom: 14px;
|
line-height: 1.5;
|
||||||
|
margin-bottom: 8px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
@@ -68,7 +69,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mini-break {
|
.mini-break {
|
||||||
margin: 8px 0px;
|
margin: 6px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-moun {
|
.image-moun {
|
||||||
|
|||||||
Reference in New Issue
Block a user