-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1fef75
commit 2baddf0
Showing
13 changed files
with
19,346 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"file_selection_model": "qwen2.5-coder:7b", | ||
"query_processing_model": "gemini-2.0-flash-exp", | ||
"file_selection_model": "qwen2.5-coder:3b", | ||
"query_processing_model": "qwen2.5-coder:7b", | ||
"rate_limit": 5, | ||
"converted_jsons_directory": "/Users/kq_m3m/PycharmProjects/OVMaster/Converted_Jsons", | ||
"annotated_scripts_directory": "/Users/kq_m3m/PycharmProjects/OVMaster/Converted_Scripts_Annotated" | ||
"converted_jsons_directory": "/Users/fernandozeng/Desktop/analysis/OV_Agent/Converted_Jsons", | ||
"annotated_scripts_directory": "/Users/fernandozeng/Desktop/analysis/OV_Agent/Converted_Scripts_Annotated" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from . import core | ||
from . import examples | ||
from . import utils_via | ||
from . import windmap | ||
from . import plotting_via | ||
from . import plotting_via_ov | ||
from . import datasets_via |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.