Skip to content

Commit 58a6e42

Browse files
authored
Update app.py (ggml-org#705)
1 parent f4090a0 commit 58a6e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llama_cpp/server/app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
import numpy.typing as npt
2727

2828

29+
BaseSettings.model_config['protected_namespaces'] = ()
30+
31+
2932
class Settings(BaseSettings):
3033
model: str = Field(
3134
description="The path to the model to use for generating completions."

0 commit comments

Comments
 (0)