You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: todo.txt
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
TODO:
2
2
3
-
* Fix/add unit tests - check coverage
4
-
* mypy
5
3
* Test with integrated vectorization
6
4
* Test with user upload feature
7
5
* Update all TODOs in the code/docs
8
-
* shall i truncate the image_urls to ".data:image/png;base64,asdsa...." for the JSON display
6
+
* Fix/add unit tests - check coverage
9
7
10
8
Decide:
11
9
* In conftest, should I make a new env for vision? Currently I mashed it into the existing env, but it might be cleaner to have a separate one, as now I have to pass llm_inputs explicitly in the tests to turn off image responses.
0 commit comments