Skip to content

Commit

Permalink
update the samples documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Barqawiz committed May 1, 2023
1 parent 097e573 commit c693603
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/command_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ OPENAI_API_KEY=<key_value>
COHERE_API_KEY=<key_value>
GOOGLE_API_KEY=<key_value>
STABILITY_API_KEY=<key_value>
HUGGING_API_KEY=<key_value>
```

## Samples Execution
Expand All @@ -37,6 +38,12 @@ STABILITY_API_KEY=<key_value>
7. Semantic search:
`node test_semantic_search.js`

8. Text analyzer (summary & sentiment analysis):
`node test_text_analyzer.js`

9. Text huggingface simplified inference access:
`node test_hugging_face.js`


## Access Keys
Generate the access keys from the following websites; you must generate the keys only for the models you use.
Expand Down

0 comments on commit c693603

Please sign in to comment.