Skip to content

Commit

Permalink
disabling pylint warning in embeddings openai
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyan-stoyanov committed Jul 11, 2023
1 parent 1c4b6f7 commit 6ce79a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ traceable flows and complete information for each app component, making it easy
monitor, maintain, and debug.

## License
LLMFlows is covered by the MIT license. For more information, check `LICENCE.md`.
LLMFlows is covered by the MIT license. For more information, check [`LICENCE`](https://github.com/stoyan-stoyanov/llmflows/blob/main/LICENSE).

## Contributing
Thank you for spending the time to read our README! If you like what you saw and are
considering contributing, please check CONTRIBUTING.md
considering contributing, please check [`CONTRIBUTING.md`](https://github.com/stoyan-stoyanov/llmflows/blob/main/CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion llmflows/llms/openai_embeddings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pylint: disable=too-few-public-methods, W0221
# pylint: disable=too-few-public-methods, W0221, R0801

"""
This module helps with creating embeddings form OpenAIs API.
Expand Down

0 comments on commit 6ce79a8

Please sign in to comment.