nateraw / openchat_v3.2

https://huggingface.co/openchat/openchat_v3.2

  • Public
  • 18 runs

Run nateraw/openchat_v3.2 with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
message
string
None
system_prompt
string
System prompt (for chat models). Leave blank if not applicable.
max_new_tokens
integer
1024
None
temperature
number
0.8
None
top_p
number
0.95
None
top_k
integer
50
None

Output schema

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

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