-
-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: formatting in documentation code blocks to pass Black checks
- Loading branch information
1 parent
5383fdc
commit 9cf5ede
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,9 +123,9 @@ resp = client.chat.completions.create( | |
|
||
for person in resp: | ||
print(person) | ||
# > Person(name='Chris', age=27) | ||
# > Person(name='John', age=30) | ||
# > Person(name='Jessica', age=26) | ||
#> Person(name='Chris', age=27) | ||
#> Person(name='John', age=30) | ||
#> Person(name='Jessica', age=26) | ||
``` | ||
|
||
And that’s it! We're excited to see what you build with Instructor and Cerebras! If you have any questions about Cerebras or need to get off the API key waitlist, please reach out to [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters