Skip to content

Commit

Permalink
Regenerated config diagram (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik authored Jan 27, 2025
1 parent 7f4ce0d commit 0c9559a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified docs/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/config.puml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class "LoggingConfig" as ols.app.models.config.LoggingConfig {
uvicorn_log_level : int
}
class "ModelConfig" as ols.app.models.config.ModelConfig {
context_window_size
context_window_size : Annotated
credentials : Optional[str]
name : str
options : Optional[dict[str, Any]]
Expand All @@ -71,7 +71,7 @@ class "ModelConfig" as ols.app.models.config.ModelConfig {
validate_options(options: dict) -> dict[str, Any]
}
class "ModelParameters" as ols.app.models.config.ModelParameters {
max_tokens_for_response
max_tokens_for_response : Annotated
}
class "OLSConfig" as ols.app.models.config.OLSConfig {
authentication_config
Expand Down Expand Up @@ -100,10 +100,10 @@ class "PostgresConfig" as ols.app.models.config.PostgresConfig {
ca_cert_path : Optional[FilePath]
dbname : str
host : str
max_entries
max_entries : Annotated
password : Optional[str]
password_path : Optional[FilePath]
port
port : Annotated
ssl_mode : str
user : str
validate_yaml() -> Self
Expand Down Expand Up @@ -135,7 +135,7 @@ class "ProviderConfig" as ols.app.models.config.ProviderConfig {
class "ProviderSpecificConfig" as ols.app.models.config.ProviderSpecificConfig {
api_key : Optional[str]
token : Optional[Any]
url
url : AnyHttpUrl
}
class "QueryFilter" as ols.app.models.config.QueryFilter {
name : Optional[str]
Expand Down

0 comments on commit 0c9559a

Please sign in to comment.