We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6b4b8 commit 9c42da8Copy full SHA for 9c42da8
docs/config.png
4.02 KB
docs/config.puml
@@ -42,6 +42,7 @@ class "DevConfig" as ols.app.models.config.DevConfig {
42
llm_params : dict
43
pyroscope_url : Optional[str]
44
run_on_localhost : bool
45
+ uvicorn_port_number : Optional[int]
46
}
47
class "InMemoryCacheConfig" as ols.app.models.config.InMemoryCacheConfig {
48
max_entries : Optional[int]
0 commit comments