Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
royerloic committed Mar 17, 2024
2 parents 5de9be0 + 066c24f commit 80b1e2d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 50 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/just_deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Check our guide on how to prompt Omega and some examples [here](https://github.c
## Video Demos:

You can check the original release videos [here](https://github.com/royerlab/napari-chatgpt/wiki/VideoDemos).
You can also find the latest preprint videos on [Vimeo](https://vimeo.com/showcase/10983385).
You can also find the latest preprint videos on [Vimeo](https://vimeo.com/showcase/10983382).

## How does Omega work?

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari-chatgpt
version = v2024.3.13
version = v2024.3.13.3
description = A napari plugin to process and analyse images with chatGPT.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/napari_chatgpt/utils/openai/test/gpt_vision_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_gpt_vision():

print(description_1)

assert ('snake' in description_1 or 'serpent' in description_1) and 'Python' in description_1
assert ('logo' in description_1 or 'snake' in description_1 or 'serpent' in description_1) and 'Python' in description_1

image_2_path = _get_image_path('future.jpeg')

Expand Down

0 comments on commit 80b1e2d

Please sign in to comment.