Skip to content

Commit

Permalink
warning -> error
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur committed Aug 8, 2024
1 parent 245850c commit a45b8fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Cohere supports three methods for authentication and authorization to protect yo
2. OAuth 2.0
3. Pass-Through

<Warning title="Connector Authentication">
<Error title="Connector Authentication">
We highly recommend using one authentication feature with your connector.
</Warning>
</Error>

The Chat API sends the request to your connector with the related auth token in the `Authorization` header. Your connector should therefore expect the header to contain this auth token, and it'll capture it, verify it, and use it in the appropriate manner to access the underlying data store.

Expand Down

0 comments on commit a45b8fb

Please sign in to comment.