Skip to content

Commit

Permalink
Update the documentation links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barqawiz authored Apr 29, 2023
1 parent c10369c commit e3d06e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,17 @@ STABILITY_API_KEY=<key_value>
4. run the chatBot test cases:
`node test/Chatbot.test.js`

# :closed_book: Documentation
- [Tutorial](https://medium.com/@albarqawi/lightning-fast-access-to-the-latest-ai-models-using-node-js-d31ccd1b09b2): generate eCommerce content and images.
- [Samples with setup documentation](https://github.com/Barqawiz/IntelliNode/tree/main/samples/command_sample).

# Pillars
The module foundation:

- **The wrapper layer** provides low-level access to the latest AI models
- **The controller layer** offers a unified input to any AI model by handling the differences. So you can switch between models like Openai and Cohere without changing the code.
- **The function layer** provides abstract functionality that extends based on the app's use cases. For example, an easy-to-use chatbot or marketing content generation utilities.

# :closed_book: Documentation
- [Tutorial](https://medium.com/@albarqawi/lightning-fast-access-to-the-latest-ai-models-using-node-js-d31ccd1b09b2): generate eCommerce content and images.

# Roadmap
Call for contributors:
[registration form ](https://forms.gle/2JsEHAMaj2eMQHYc9).
Expand Down

0 comments on commit e3d06e3

Please sign in to comment.