Skip to content

Commit f8ea209

Browse files
Update ai-core-custom-LLM.md
1 parent a6d7b55 commit f8ea209

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tutorials/ai-core-custom-llm/ai-core-custom-LLM.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,13 @@ Use the following information for reference:
243243
- **Revision:** The is the unique ID of your GitHub commit. Set this to HEAD to have it automatically refer to the latest commit.
244244

245245
**NOTE:**
246+
246247
1. If creation of application fails, check the ollama.yaml file, and ensure that the names in lines #4, #7, #9, and #11 are unique, and haven't been used previously.
248+
247249
2. Generate a fresh classic git token for authentication, with all necessary privileges provided during creation.
250+
248251
3. Ensure that you have put the correct url in `YOUR_DOCKER_REGISTRY_URL` while setting up docket secret.
252+
249253
4. Refresh the launchpad, and create a fresh application.
250254

251255
### Creating configuration
@@ -391,4 +395,4 @@ response = requests.post(url=completion_api_endpoint, headers=headers, json=json
391395
print('Result:', response.text)
392396
```
393397
394-
[OPTION END]
398+
[OPTION END]

0 commit comments

Comments
 (0)