Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
RawCompletionResponse
Interface RawCompletionResponse
Response when stream=false
interface
RawCompletionResponse
{
choices
:
RawCompletionChoice
[]
;
created
:
number
;
id
:
string
;
model
:
string
;
object
:
"text_completion"
;
system_fingerprint
?:
string
;
timings
?:
ResultTimings
;
usage
:
ChatCompletionUsage
;
}
Index
Properties
choices
created
id
model
object
system_
fingerprint?
timings?
usage
Properties
choices
choices
:
RawCompletionChoice
[]
created
created
:
number
id
id
:
string
model
model
:
string
object
object
:
"text_completion"
Optional
system_
fingerprint
system_fingerprint
?:
string
Optional
timings
timings
?:
ResultTimings
usage
usage
:
ChatCompletionUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
created
id
model
object
system_
fingerprint
timings
usage
@wllama/wllama
Loading...
Response when stream=false