this is work. First prompt

This commit is contained in:
2025-08-04 02:38:23 +00:00
parent 711ad223a5
commit 82b7be53e6
2 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class Config(BaseSettings):
MAX_CHUNK_SIZE: int = 2048
CHUNK_OVERLAP: int = 50
LM_MODEL_NAME: str = "/models/Qwen3-Embedding-0.6B"
LOCAL_LLM_NAME: str = "/models/Qwen3-8B"
LOCAL_LLM_NAME: str = "/models/Qwen3-4B"
QWEN_MODEL_NAME: str = "Qwen3-8B"