Skip to content

Commit 0751d45

Browse files
authored
small fix
1 parent 5ee8447 commit 0751d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/ai-core-orchestration-consumption/ai-core-orchestration-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ console.log(process.env.AICORE_SERVICE_KEY);
8787

8888
[Create a service key](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-service-key) for your AI Core instance and copy the JSON object.
8989

90-
• Create a `.env`file in the **working directory** from which you run the code. Add the following line using the copied JSON:
90+
• Create a `.env` file in the **working directory** from which you run the code. Add the following line using the copied JSON:
9191

9292
```txt
9393
AICORE_SERVICE_KEY={"clientid": "...", "clientsecret": "...", "url": "...", "serviceurls": { "AI_API_URL": "..." } }

0 commit comments

Comments
 (0)