Skip to content

Commit 5093866

Browse files
committed
Models api baseurl updated
1 parent 8257fca commit 5093866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func NewClient(token string) *Client {
2222
return &Client{
2323
token: token,
2424
Client: http.DefaultClient,
25-
BaseURL: "https://api.github.ai", // production default
25+
BaseURL: "https://models.github.ai", // production default
2626
}
2727
}
2828

0 commit comments

Comments
 (0)