Update app.py (#705)
This commit is contained in:
parent
f4090a0bb2
commit
58a6e42cc0
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ import numpy as np
|
||||||
import numpy.typing as npt
|
import numpy.typing as npt
|
||||||
|
|
||||||
|
|
||||||
|
BaseSettings.model_config['protected_namespaces'] = ()
|
||||||
|
|
||||||
|
|
||||||
class Settings(BaseSettings):
|
class Settings(BaseSettings):
|
||||||
model: str = Field(
|
model: str = Field(
|
||||||
description="The path to the model to use for generating completions."
|
description="The path to the model to use for generating completions."
|
||||||
|
|
Loading…
Reference in a new issue