Skip to content

Commit 7baf93c

Browse files
committed
update type of temperature in ModelConfig
1 parent ebafaa9 commit 7baf93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trubrics/platform/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ModelConfig(BaseModel):
88
model: str
99
prompt_template: str = "{prompt}"
10-
temperature: Optional[str] = None
10+
temperature: Optional[float] = None
1111

1212

1313
class Prompt(BaseModel):

0 commit comments

Comments
 (0)