Change NLPCloud default model (#100)

harrison/prompt_examples
Samantha Whitmore 2 years ago committed by GitHub
parent 5b7aed34a3
commit 386a14a19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ class NLPCloud(LLM, BaseModel):
"""
client: Any #: :meta private:
model_name: str = "gpt-neox-20b"
model_name: str = "finetuned-gpt-neox-20b"
"""Model name to use."""
temperature: float = 0.7
"""What sampling temperature to use."""

Loading…
Cancel
Save