Variable refactoring

This commit is contained in:
shamoon 2025-08-08 08:06:25 -04:00
parent 6b99c21710
commit 74c9fedd4c
No known key found for this signature in database
10 changed files with 35 additions and 35 deletions

View file

@ -71,7 +71,7 @@ class TestApiAppConfig(DirectoriesMixin, APITestCase):
"llm_backend": None,
"llm_model": None,
"llm_api_key": None,
"llm_url": None,
"llm_endpoint": None,
},
)