mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 15:33:11 +00:00
upstage: init package (#20574)
Co-authored-by: Sean Cho <sean@upstage.ai> Co-authored-by: JuHyung-Son <sonju0427@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ class SolarCommon(BaseModel):
|
||||
"""Solar API key. Get it here: https://console.upstage.ai/services/solar"""
|
||||
model_name: str = Field(default="solar-1-mini-chat", alias="model")
|
||||
"""Model name. Available models listed here: https://console.upstage.ai/services/solar"""
|
||||
max_tokens: int = Field(default=1024, alias="max context")
|
||||
max_tokens: int = Field(default=1024)
|
||||
temperature = 0.3
|
||||
|
||||
class Config:
|
||||
|
Reference in New Issue
Block a user