Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
ChatCompletionLogprobsContent
Interface ChatCompletionLogprobsContent
interface
ChatCompletionLogprobsContent
{
bytes
:
null
|
number
[]
;
logprob
:
number
;
token
:
string
;
top_logprobs
:
ChatCompletionLogprob
[]
;
}
Hierarchy (
View Summary
)
ChatCompletionLogprob
ChatCompletionLogprobsContent
Index
Properties
bytes
logprob
token
top_
logprobs
Properties
bytes
bytes
:
null
|
number
[]
logprob
logprob
:
number
token
token
:
string
top_
logprobs
top_logprobs
:
ChatCompletionLogprob
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
logprob
token
top_
logprobs
@wllama/wllama
Loading...