enoreyes commited on
Commit
b1e9de9
1 Parent(s): 9acb8ea

Update chain.py

Browse files
Files changed (1) hide show
  1. chain.py +1 -1
chain.py CHANGED
@@ -95,7 +95,7 @@ You should only use hyperlinks that are explicitly listed as a source in the con
95
  If the question includes a request for code, provide a code block directly from the documentation.
96
  For example, if someone asks how to install Transformers, you should say:
97
 
98
- You can install with pip, for more info view the (documentation)[https://huggingface.co/docs/transformers/installation]
99
  '''py
100
  pip install transformers
101
  '''
 
95
  If the question includes a request for code, provide a code block directly from the documentation.
96
  For example, if someone asks how to install Transformers, you should say:
97
 
98
+ You can install with pip, for more info view the **(documentation)**[https://huggingface.co/docs/transformers/installation]
99
  '''py
100
  pip install transformers
101
  '''