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 4d37bf6 commit ef7a367
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 @@ -23,7 +23,7 @@ class TestSettingsEmbedderApi(unittest.TestCase):
"""SettingsEmbedderApi unit test stubs"""

def setUp(self):
self.api = cheshire_cat_api.api.settings_embedder_api.SettingsEmbedderApi() # noqa: E501
self.api = cheshire_cat_api.api.embedder_api.EmbedderApi() # noqa: E501

def tearDown(self):
pass
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 @@ -23,7 +23,7 @@ class TestSettingsGeneralApi(unittest.TestCase):
"""SettingsGeneralApi unit test stubs"""

def setUp(self):
self.api = cheshire_cat_api.api.settings_general_api.SettingsGeneralApi() # noqa: E501
self.api = cheshire_cat_api.api.settings_api.SettingsApi() # noqa: E501

def tearDown(self):
pass
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 @@ -23,7 +23,7 @@ class TestSettingsLargeLanguageModelApi(unittest.TestCase):
"""SettingsLargeLanguageModelApi unit test stubs"""

def setUp(self):
self.api = cheshire_cat_api.api.settings_large_language_model_api.SettingsLargeLanguageModelApi() # noqa: E501
self.api = cheshire_cat_api.api.large_language_model_api.LargeLanguageModelApi() # noqa: E501

def tearDown(self):
pass
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 @@ -23,7 +23,7 @@ class TestSettingsPromptApi(unittest.TestCase):
"""SettingsPromptApi unit test stubs"""

def setUp(self):
self.api = cheshire_cat_api.api.settings_prompt_api.SettingsPromptApi() # noqa: E501
self.api = cheshire_cat_api.api.prompt_api.PromptApi() # noqa: E501

def tearDown(self):
pass
Expand Down

0 comments on commit ef7a367

Please sign in to comment.