Updated Contributing guidelines (markdown)

oobabooga 2023-10-21 19:25:36 -03:00
parent 6a2415be34
commit bf29fbb93e

@ -87,5 +87,4 @@ ui.gather_interface_values, gradio(shared.input_elements), gradio('interface_sta
```
Each row is in the format `[input, reply]`. `history['visible']` contains the messages as they will appear in the UI, and `history['internal']` contains the messages as they appear in the prompt. When no extension is used, the two will be identical, but many extensions add images, audio widgets, or translations to `history['visible']`.
Each row is in the format `[input, reply]`. `history['visible']` contains the messages as they will appear in the UI, and `history['internal']` contains the messages as they appear in the prompt. When no extension is used, the two will be identical, but many extensions add images, audio widgets, or translations to `history['visible']`.