Skip to content

Commit

Permalink
updated to core version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-corbellini committed Aug 16, 2023
1 parent a515cac commit 4d37bf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/test_settings_embedder_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import unittest

import cheshire_cat_api
from cheshire_cat_api.api.settings_embedder_api import SettingsEmbedderApi # noqa: E501
from cheshire_cat_api.api.embedder_api import EmbedderApi # noqa: E501
from cheshire_cat_api.rest import ApiException


Expand Down
2 changes: 1 addition & 1 deletion test/test_settings_general_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import unittest

import cheshire_cat_api
from cheshire_cat_api.api.settings_general_api import SettingsGeneralApi # noqa: E501
from cheshire_cat_api.api.settings_api import SettingsApi # noqa: E501
from cheshire_cat_api.rest import ApiException


Expand Down
2 changes: 1 addition & 1 deletion test/test_settings_large_language_model_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import unittest

import cheshire_cat_api
from cheshire_cat_api.api.settings_large_language_model_api import SettingsLargeLanguageModelApi # noqa: E501
from cheshire_cat_api.api.large_language_model_api import LargeLanguageModelApi # noqa: E501
from cheshire_cat_api.rest import ApiException


Expand Down
2 changes: 1 addition & 1 deletion test/test_settings_prompt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import unittest

import cheshire_cat_api
from cheshire_cat_api.api.settings_prompt_api import SettingsPromptApi # noqa: E501
from cheshire_cat_api.api.prompt_api import PromptApi # noqa: E501
from cheshire_cat_api.rest import ApiException


Expand Down

0 comments on commit 4d37bf6

Please sign in to comment.