We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8257fca commit 5093866Copy full SHA for 5093866
client/client.go
@@ -22,7 +22,7 @@ func NewClient(token string) *Client {
22
return &Client{
23
token: token,
24
Client: http.DefaultClient,
25
- BaseURL: "https://api.github.ai", // production default
+ BaseURL: "https://models.github.ai", // production default
26
}
27
28
0 commit comments