royerlab / napari-chatgpt

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

updated Omega agent so that it can use OpenAI's function feature #25

Closed royerloic closed 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (1dd3cfc) 33.59% compared to head (3c6cad4) 32.85%.

Files Patch % Lines
src/napari_chatgpt/_sandbox/new_agent_2.py 0.00% 22 Missing :warning:
src/napari_chatgpt/llm/llms.py 0.00% 18 Missing :warning:
src/napari_chatgpt/omega/omega_init.py 31.81% 15 Missing :warning:
src/napari_chatgpt/_sandbox/new_agent.py 0.00% 14 Missing :warning:
...rc/napari_chatgpt/utils/system/is_apple_silicon.py 11.11% 8 Missing :warning:
src/napari_chatgpt/utils/api_keys/api_key.py 0.00% 6 Missing :warning:
src/napari_chatgpt/_widget.py 0.00% 4 Missing :warning:
src/napari_chatgpt/utils/qt/qt_app.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== - Coverage 33.59% 32.85% -0.75% ========================================== Files 130 129 -1 Lines 3792 3747 -45 ========================================== - Hits 1274 1231 -43 + Misses 2518 2516 -2 ```

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