Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 8, 2023
1 parent 968dad8 commit fbf0a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To search for phrases, use the `search_phrases` method in the same way as normal
from chatnoir_api.v1 import search_phrases

api_key: str = "<API_KEY>"
response = search_phrases(api_key, "python library", staging=True)
results = search_phrases(api_key, "python library", staging=True)
```

### Chat
Expand All @@ -73,7 +73,7 @@ With your API key, you can chat with the cat, like this:
from chatnoir_api.chat import chat

api_key: str = "<API_KEY>"
answer = chat(api_key, "how are you?")
response = chat(api_key, "how are you?")
```

### Retrieve Document Contents
Expand Down

0 comments on commit fbf0a21

Please sign in to comment.