Skip to content

Commit

Permalink
Merge pull request #7794 from Thenujan-Nagaratnam/ai
Browse files Browse the repository at this point in the history
Changed endpoint configuration url from dev to prod for ai features
  • Loading branch information
Arshardh authored Mar 28, 2024
2 parents 13c9f43 + d927ce3 commit c30492f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/docs/consume/discover-apis/marketplace-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To enable the Marketplace Assistant and populate the vector database, the API Ma
```toml
[apim.ai]
enable = true
endpoint = "https://e95488c8-8511-4882-967f-ec3ae2a0f86f-dev.e1-us-east-azure.choreoapis.dev/lgpt/interceptor-service/interceptor-service-be2/v1.0"
endpoint = "https://e95488c8-8511-4882-967f-ec3ae2a0f86f-prod.e1-us-east-azure.choreoapis.dev/lgpt/interceptor-service/interceptor-service-be2/v1.0"
token = "<use token that you generated>"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To enable the API Chat, the API Manager requires configuration. Follow these ste
```toml
[apim.ai]
enable = true
endpoint = "https://e95488c8-8511-4882-967f-ec3ae2a0f86f-dev.e1-us-east-azure.choreoapis.dev/lgpt/interceptor-service/interceptor-service-be2/v1.0"
endpoint = "https://e95488c8-8511-4882-967f-ec3ae2a0f86f-prod.e1-us-east-azure.choreoapis.dev/lgpt/interceptor-service/interceptor-service-be2/v1.0"
token = "<use token that you generated>"
```

Expand Down

0 comments on commit c30492f

Please sign in to comment.