Sfoglia il codice sorgente

Update conversation_api.md (#489)

Fixed a spelling error:
save -> safe

### What problem does this PR solve?

Fixed a spelling error:
save -> safe

### Type of change

- [x] Documentation Update
tags/v0.3.1
Selfuppen 1 anno fa
parent
commit
bd76a82c1f
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      docs/conversation_api.md

+ 1
- 1
docs/conversation_api.md Vedi File

@@ -11,7 +11,7 @@ https://demo.ragflow.io/v1/
## Authorization
All the APIs are authorized with API-Key. Please keep it save and private. Don't reveal it in any way from the front-end.
All the APIs are authorized with API-Key. Please keep it safe and private. Don't reveal it in any way from the front-end.
The API-Key should put in the header of request:
```buildoutcfg
Authorization: Bearer {API_KEY}

Loading…
Annulla
Salva