Skip to content

Commit

Permalink
Change param from EINSTEIN_SFDC_ORG to EINSTEIN_SFDC_ORG_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolis-at-mulesoft committed Nov 25, 2024
1 parent d72dfbd commit 15b85f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public EinsteinModel(Configuration configuration, EmbeddingModelParameters embed
JSONObject config = readConfigFile(configuration.getConfigFilePath());
assert config != null;
JSONObject modelConfig = config.getJSONObject(Constants.EMBEDDING_MODEL_SERVICE_EINSTEIN);
this.salesforceOrg = modelConfig.getString("EINSTEIN_SFDC_ORG");;
this.salesforceOrg = modelConfig.getString("EINSTEIN_SFDC_ORG_URL");;
this.clientId = modelConfig.getString("EINSTEIN_CLIENT_ID");;
this.clientSecret = modelConfig.getString("EINSTEIN_CLIENT_SECRET");;
this.modelName = embeddingModelParameters.getEmbeddingModelName();
Expand Down

0 comments on commit 15b85f2

Please sign in to comment.