[Docs] Update developer documentation (#916)

This commit is contained in:
Deshraj Yadav
2023-11-07 19:07:47 -08:00
committed by GitHub
parent 3332e6e236
commit 98eb5b54be
3 changed files with 57 additions and 20 deletions

View File

@@ -11,6 +11,10 @@ Install embedchain python package:
pip install embedchain
```
<Tip>
Embedchain now supports OpenAI's latest `gpt-4-turbo` model. Checkout the [docs here](/get-started/faq#how-to-use-gpt-4-turbo-model-released-on-openai-devday) on how to use it.
</Tip>
Creating an app involves 3 steps:
<Steps>