Skip to content

Commit

Permalink
Change NLPCloud default model (langchain-ai#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwhitmore authored Nov 9, 2022
1 parent 5b7aed3 commit 386a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/llms/nlpcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 386a14a

Please sign in to comment.