Skip to content

Commit 35b84aa

Browse files
skeptrunedevcdxker
authored andcommitted
feat: release 0.0.122 of ts-sdk
1 parent 70962c2 commit 35b84aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/src/data/models.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3443,9 +3443,7 @@ impl DatasetConfigurationDTO {
34433443
.LLM_API_KEY
34443444
.clone()
34453445
.unwrap_or(curr_dataset_config.LLM_API_KEY),
3446-
LLM_API_VERSION: self
3447-
.LLM_API_VERSION
3448-
.clone(),
3446+
LLM_API_VERSION: self.LLM_API_VERSION.clone(),
34493447
RERANKER_API_KEY: self
34503448
.RERANKER_API_KEY
34513449
.clone()

0 commit comments

Comments
 (0)