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