Skip to content

Commit

Permalink
Merge pull request #103 from kelvin-lc/mg
Browse files Browse the repository at this point in the history
update mg url
  • Loading branch information
yangj1211 authored Sep 13, 2024
2 parents 087cfc7 + e413bbd commit 8008928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sidebar_label: 对话补全(Chat)
#### API 调用示例

```curl
curl -X POST "https://ai.neolink.com/model/api/v1/chat/completions" \
curl -X POST "https://neolink-ai.com/model/api/v1/chat/completions" \
-H "Authorization: Bearer $YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sidebar_label: 嵌入(Embeddings)
#### API 调用示例

```curl
curl -X POST "https://ai.neolink.com/model/api/v1/embeddings" \
curl -X POST "https://neolink-ai.com/model/api/v1/embeddings" \
-H "Authorization: Bearer $YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
Expand Down

0 comments on commit 8008928

Please sign in to comment.