mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
Change NLPCloud default model (#100)
This commit is contained in:
parent
5b7aed34a3
commit
386a14a19f
@ -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…
Reference in New Issue
Block a user