Skip to content

Commit

Permalink
add optimization notebook (langchain-ai#18155)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 authored and Hayden Wolff committed Feb 27, 2024
1 parent 35ab149 commit 9df78a6
Show file tree
Hide file tree
Showing 3 changed files with 1,650 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: guide_imports.json,*.ambr
skip: guide_imports.json,*.ambr,./cookbook/data/imdb_top_1000.csv
ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }}
exclude_file: libs/community/langchain_community/llms/yuan2.py
Loading

0 comments on commit 9df78a6

Please sign in to comment.