Skip to content

Commit 41a73bf

Browse files
committed
update model id in llm readme
1 parent ecf3570 commit 41a73bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

samples/managed-llm-provider/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ For this sample, you will need to provide the following [configuration](https://
4343
> Note that if you are using the 1-click deploy option, you can set these values as secrets in your GitHub repository and the action will automatically deploy them for you.
4444
4545
### `MODEL`
46-
The Model ID of the LLM you are using for your application. For example, `anthropic.claude-3-haiku-20240307-v1:0`.
46+
The Model ID of the LLM you are using for your application. For example, `ai/claude3-haiku`.
4747
```bash
4848
defang config set MODEL
4949
```
50+
For more about model mapping, please see our [Model Mapping documentation](https://docs.defang.io/docs/concepts/managed-llms/openai-access-gateway#model-mapping).
5051

5152
## Deployment
5253

samples/managed-llm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ For this sample, you will need to provide the following [configuration](https://
4646
> Note that if you are using the 1-click deploy option, you can set these values as secrets in your GitHub repository and the action will automatically deploy them for you.
4747
4848
### `MODEL`
49-
The Model ID of the LLM you are using for your application. For example, `anthropic.claude-3-haiku-20240307-v1:0`.
49+
The Model ID of the LLM you are using for your application. For example, `ai/claude3-haiku`.
5050
```bash
5151
defang config set MODEL
5252
```
53+
For more about model mapping, please see our [Model Mapping documentation](https://docs.defang.io/docs/concepts/managed-llms/openai-access-gateway#model-mapping).
5354

5455
## Deployment
5556

0 commit comments

Comments
 (0)