Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
RawCompletionChoice
Interface RawCompletionChoice
interface
RawCompletionChoice
{
finish_reason
:
null
|
"length"
|
"stop"
|
"content_filter"
;
index
:
number
;
logprobs
:
|
null
|
{
text_offset
:
number
[]
;
token_logprobs
:
number
[]
;
tokens
:
string
[]
;
top_logprobs
:
Record
<
string
,
number
>
[]
;
}
;
text
:
string
;
}
Index
Properties
finish_
reason
index
logprobs
text
Properties
finish_
reason
finish_reason
:
null
|
"length"
|
"stop"
|
"content_filter"
index
index
:
number
logprobs
logprobs
:
|
null
|
{
text_offset
:
number
[]
;
token_logprobs
:
number
[]
;
tokens
:
string
[]
;
top_logprobs
:
Record
<
string
,
number
>
[]
;
}
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
finish_
reason
index
logprobs
text
@wllama/wllama
Loading...