Skip to content

Commit cc59a9c

Browse files
authored
Add alternative LLM models to the first tutorial (#436)
* Add alternative LLM models * fetch mistral api key from env variables * Change the order of chat generators to bypass testing the gpu dependent model
1 parent d0a4b02 commit cc59a9c

File tree

3 files changed

+1193
-612
lines changed

3 files changed

+1193
-612
lines changed

.github/workflows/run_tutorials.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7878
SERPERDEV_API_KEY: ${{ secrets.SERPERDEV_API_KEY }}
7979
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
80+
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
8081

8182
steps:
8283
- name: Checkout

index.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ notebook = "27_First_RAG_Pipeline.ipynb"
1212
aliases = []
1313
completion_time = "10 min"
1414
created_at = 2023-12-05
15-
dependencies = ["datasets>=2.6.1", "sentence-transformers>=4.1.0"]
15+
dependencies = ["datasets>=2.6.1", "sentence-transformers>=4.1.0", "mistral-haystack"]
1616
featured = true
1717

1818
[[tutorial]]

0 commit comments

Comments
 (0)