You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: client/client.go
+9-12
Original file line number
Diff line number
Diff line change
@@ -306,10 +306,9 @@ func (c *Client) Chat(
306
306
returnresponse, nil
307
307
}
308
308
309
-
// > 🚧 Warning
310
-
// >
311
-
// > This API is marked as "Legacy" and is no longer maintained. Follow the [migration guide](/docs/migrating-from-cogenerate-to-cochat) to start using the Chat API.
312
-
//
309
+
// <Warning>
310
+
// This API is marked as "Legacy" and is no longer maintained. Follow the [migration guide](/docs/migrating-from-cogenerate-to-cochat) to start using the Chat API.
311
+
// </Warning>
313
312
// Generates realistic text conditioned on a given input.
// > This API is marked as "Legacy" and is no longer maintained. Follow the [migration guide](/docs/migrating-from-cogenerate-to-cochat) to start using the Chat API.
439
-
//
435
+
// <Warning>
436
+
// This API is marked as "Legacy" and is no longer maintained. Follow the [migration guide](/docs/migrating-from-cogenerate-to-cochat) to start using the Chat API.
437
+
// </Warning>
440
438
// Generates realistic text conditioned on a given input.
441
439
func (c*Client) Generate(
442
440
ctx context.Context,
@@ -950,10 +948,9 @@ func (c *Client) Classify(
950
948
returnresponse, nil
951
949
}
952
950
953
-
// > 🚧 Warning
954
-
// >
955
-
// > This API is marked as "Legacy" and is no longer maintained. Follow the [migration guide](/docs/migrating-from-cogenerate-to-cochat) to start using the Chat API.
956
-
//
951
+
// <Warning>
952
+
// This API is marked as "Legacy" and is no longer maintained. Follow the [migration guide](/docs/migrating-from-cogenerate-to-cochat) to start using the Chat API.
953
+
// </Warning>
957
954
// Generates a summary in English for a given text.
0 commit comments