-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(LAB-3088): aau i configure dogfooding projects models using the python #1774
Merged
RuellePaul
merged 15 commits into
main
from
feature/lab-3088-aau-i-configure-dogfooding-projects-models-using-the-python
Sep 24, 2024
Merged
feat(LAB-3088): aau i configure dogfooding projects models using the python #1774
RuellePaul
merged 15 commits into
main
from
feature/lab-3088-aau-i-configure-dogfooding-projects-models-using-the-python
Sep 24, 2024
Conversation
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
RuellePaul
requested review from
BlueGrizzliBear,
baptiste-olivier,
florianlega and
FannyGaudin
September 19, 2024 12:07
RuellePaul
changed the title
Feature/lab 3088 aau i configure dogfooding projects models using the python
feat(LAB-3088): aau i configure dogfooding projects models using the python
Sep 19, 2024
FannyGaudin
approved these changes
Sep 19, 2024
RuellePaul
force-pushed
the
feature/lab-3088-aau-i-configure-dogfooding-projects-models-using-the-python
branch
3 times, most recently
from
September 23, 2024 08:00
a3e9047
to
13ae5a3
Compare
RuellePaul
force-pushed
the
feature/lab-3088-aau-i-configure-dogfooding-projects-models-using-the-python
branch
from
September 23, 2024 09:24
8bad4fb
to
9f11098
Compare
chore(lab-3088): fix pylint & pyright errors chore(lab-3088): fix pylint & pyright errors
RuellePaul
force-pushed
the
feature/lab-3088-aau-i-configure-dogfooding-projects-models-using-the-python
branch
from
September 23, 2024 09:29
9f11098
to
1ae9a34
Compare
src/kili/adapters/kili_api_gateway/model_configuration/mappers.py
Outdated
Show resolved
Hide resolved
`list_models` -> `models` `get_model` -> `model` `update_model` -> `update_properties_in_model` `list_project_models` -> `project_models` `get_project_models` -> `project_model` `adapters/kili_api_gateway/model_configuration` -> `adapters/kili_api_gateway/llm`
`list_models` -> `models` `get_model` -> `model` `update_model` -> `update_properties_in_model` `list_project_models` -> `project_models` `get_project_models` -> `project_model` `adapters/kili_api_gateway/model_configuration` -> `adapters/kili_api_gateway/llm`
baptiste-olivier
approved these changes
Sep 24, 2024
RuellePaul
deleted the
feature/lab-3088-aau-i-configure-dogfooding-projects-models-using-the-python
branch
September 24, 2024 08:37
BlueGrizzliBear
pushed a commit
that referenced
this pull request
Oct 2, 2024
Co-authored-by: paulruelle <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add the following methods to
kili.llm
:create_model
models
model
update_properties_in_model
delete_model
project_models
create_project_model
update_project_model
delete_project_model