You're looking at a specific version of this model. Jump to the model overview.

nomagick /chatglm3-6b:011aa0fe

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
<|system|> You are a helpful assistant <|user|> 请使用英文重复这段话:"为了使模型生成最优输出,当使用 ChatGLM3-6B 时需要使用特定的输入格式,请按照示例格式组织输入。" <|assistant|>
Prompt for completion
max_tokens
integer
2048

Min: 1

Max: 32768

Max new tokens to generate
temperature
number
0.75

Max: 5

Temperature
top_p
number
0.8

Max: 1

Top_p

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'type': 'string'},
 'title': 'Output',
 'type': 'array',
 'x-cog-array-display': 'concatenate',
 'x-cog-array-type': 'iterator'}