Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pierpaoli committed Nov 19, 2023
1 parent b20955f commit ced4a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,3 @@ data/chroma/863ec92d-3170-4dcc-b3ac-7b99a5b05b5e/data_level0.bin
data/chroma/863ec92d-3170-4dcc-b3ac-7b99a5b05b5e/header.bin
data/chroma/863ec92d-3170-4dcc-b3ac-7b99a5b05b5e/length.bin
data/chroma/863ec92d-3170-4dcc-b3ac-7b99a5b05b5e/link_lists.bin
stuffs/chain_from_existing_run.ipynb
stuffs/llm_from_dataset.ipynb
4 changes: 2 additions & 2 deletions stuffs/chain_from_existing_run.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"outputs": [],
"source": [
"llm = AzureChatOpenAI(\n",
" azure_deployment=\"chat\",\n",
" openai_api_type=\"azure\",\n",
" azure_deployment=\"YYYY\",\n",
" openai_api_type=\"azure\", \n",
" temperature=0.0\n",
")"
]
Expand Down
2 changes: 1 addition & 1 deletion stuffs/llm_from_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"outputs": [],
"source": [
"llm = AzureChatOpenAI(\n",
" azure_deployment=\"chat\",\n",
" azure_deployment=\"YYY\",\n",
" openai_api_type=\"azure\",\n",
" temperature=0.0\n",
") "
Expand Down

0 comments on commit ced4a30

Please sign in to comment.