diff --git a/app/services/guidance_wrapper.py b/app/services/guidance_wrapper.py index ed5714a3..43f94177 100644 --- a/app/services/guidance_wrapper.py +++ b/app/services/guidance_wrapper.py @@ -1,6 +1,6 @@ import guidance -from app.config import settings, LLMModelConfig +from app.config import LLMModelConfig from app.models.dtos import Content, ContentType