We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70962c2 commit 35b84aaCopy full SHA for 35b84aa
server/src/data/models.rs
@@ -3443,9 +3443,7 @@ impl DatasetConfigurationDTO {
3443
.LLM_API_KEY
3444
.clone()
3445
.unwrap_or(curr_dataset_config.LLM_API_KEY),
3446
- LLM_API_VERSION: self
3447
- .LLM_API_VERSION
3448
- .clone(),
+ LLM_API_VERSION: self.LLM_API_VERSION.clone(),
3449
RERANKER_API_KEY: self
3450
.RERANKER_API_KEY
3451
0 commit comments