Update README.md
Browse files
README.md
CHANGED
@@ -126,7 +126,7 @@ ranked_results = torch.argsort(similarities, dim=-1, descending=True) # (1, num_
|
|
126 |
```
|
127 |
|
128 |
## License
|
129 |
-
Dragon-multiturn is built on top of [Dragon](https://arxiv.org/abs/2302.07452). We refer users to the original license of the Dragon model.
|
130 |
|
131 |
|
132 |
## Correspondence to
|
|
|
126 |
```
|
127 |
|
128 |
## License
|
129 |
+
Dragon-multiturn is built on top of [Dragon](https://arxiv.org/abs/2302.07452). We refer users to the original license of the Dragon model. Dragon-multiturn is also subject to the [Terms of Use](https://openai.com/policies/terms-of-use).
|
130 |
|
131 |
|
132 |
## Correspondence to
|