royerlab / napari-chatgpt

A napari plugin to process and analyse images with chatGPT!
BSD 3-Clause "New" or "Revised" License
238 stars 25 forks source link

Add OPEN_API_KEY as secret environment variable #31

Closed ilan-theodoro closed 7 months ago

codecov-commenter commented 7 months ago

Codecov Report

Attention: 714 lines in your changes are missing coverage. Please review.

Comparison is base (793380c) 32.85% compared to head (b1cdefc) 40.05%. Report is 38 commits behind head on main.

Files Patch % Lines
...i_chatgpt/omega/tools/napari/viewer_vision_tool.py 22.50% 62 Missing :warning:
src/napari_chatgpt/chat_server/chat_server.py 11.11% 40 Missing :warning:
...ari_chatgpt/omega/tools/napari/napari_base_tool.py 24.44% 34 Missing :warning:
...atgpt/utils/notebook/test/jupyter_notebook_test.py 0.00% 34 Missing :warning:
src/napari_chatgpt/utils/python/pip_utils.py 23.07% 30 Missing :warning:
src/napari_chatgpt/utils/qt/package_dialog.py 28.57% 30 Missing :warning:
src/napari_chatgpt/llm/llms.py 15.15% 28 Missing :warning:
...gpt/omega/omega_agent/OpenAIFunctionsOmegaAgent.py 0.00% 25 Missing :warning:
...apari_chatgpt/utils/openai/test/gpt_vision_test.py 0.00% 23 Missing :warning:
src/napari_chatgpt/omega/napari_bridge.py 29.03% 22 Missing :warning:
... and 52 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 32.85% 40.05% +7.20% ========================================== Files 129 156 +27 Lines 3747 4646 +899 ========================================== + Hits 1231 1861 +630 - Misses 2516 2785 +269 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.