Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
""" | |
The default tf.Print op goes to STDERR | |
Use the function below to direct the output to stdout instead | |
Usage: | |
> x=tf.ones([1, 2]) | |
> y=tf.zeros([1, 3]) | |
> p = x*x | |
> p = tf_print(p, [x, y], "hello") | |
> p.eval() | |
hello [[ 0. 0.]] |
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
git log --oneline -1 <PR-BRANCH>
git push -f origin :
<artifacts_info> | |
The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity. | |
# Good artifacts are... | |
- Substantial content (>15 lines) | |
- Content that the user is likely to modify, iterate on, or take ownership of | |
- Self-contained, complex content that can be understood on its own, without context from the conversation | |
- Content intended for eventual use outside the conversation (e.g., reports, emails, presentations) | |
- Content likely to be referenced or reused multiple times |