Skip to content

Commit

Permalink
Revert "Restore the API_URL in index.js of carbanAware"
Browse files Browse the repository at this point in the history
This reverts commit a15f39d.
  • Loading branch information
JasonLuuk committed Mar 23, 2024
1 parent 07f31f0 commit 3a46f0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const CarbonAwareAdvisor = (params: ConfigParams): PluginInterface => {
/**
* Route to the carbon-aware-sdk API. Localhost for now.
*/
const API_URL = "http://localhost:5073";
const API_URL = "http://host.docker.internal:5073";

/**
* Allowed location parameter that is passed in the config of the model.
Expand Down

0 comments on commit 3a46f0c

Please sign in to comment.