Update app.py (#705)

This commit is contained in:
earonesty 2023-09-13 23:01:34 -04:00 committed by GitHub
parent f4090a0bb2
commit 58a6e42cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,9 @@ import numpy as np
import numpy.typing as npt
BaseSettings.model_config['protected_namespaces'] = ()
class Settings(BaseSettings):
model: str = Field(
description="The path to the model to use for generating completions."