Skip to content

Commit e3d06e3

Browse files
authored
Update the documentation links.
1 parent c10369c commit e3d06e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,17 @@ STABILITY_API_KEY=<key_value>
150150
4. run the chatBot test cases:
151151
`node test/Chatbot.test.js`
152152

153+
# :closed_book: Documentation
154+
- [Tutorial](https://medium.com/@albarqawi/lightning-fast-access-to-the-latest-ai-models-using-node-js-d31ccd1b09b2): generate eCommerce content and images.
155+
- [Samples with setup documentation](https://github.com/Barqawiz/IntelliNode/tree/main/samples/command_sample).
156+
153157
# Pillars
154158
The module foundation:
155159

156160
- **The wrapper layer** provides low-level access to the latest AI models
157161
- **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.
158162
- **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.
159163

160-
# :closed_book: Documentation
161-
- [Tutorial](https://medium.com/@albarqawi/lightning-fast-access-to-the-latest-ai-models-using-node-js-d31ccd1b09b2): generate eCommerce content and images.
162-
163164
# Roadmap
164165
Call for contributors:
165166
[registration form ](https://forms.gle/2JsEHAMaj2eMQHYc9).

0 commit comments

Comments
 (0)