Skip to content

Commit 612eff8

Browse files
committed
Updated LLama version to 3.2 3b param
1 parent fdc7a85 commit 612eff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Settings(BaseSettings):
66
HOST: str = "0.0.0.0"
77
PORT: int = 8000
88
LLM_PROVIDER: str = "ollama" # Options 'ollama' or 'dummy'
9-
OLLAMA_MODEL: str = "llama3.2" # Adjust according to the local model you have
9+
OLLAMA_MODEL: str = "llama3.2:3b" # Adjust according to the local model you have
1010

1111
class Config:
1212
env_file = ".env"

0 commit comments

Comments
 (0)