ci(forgejo): install Node.js before actions/checkout@v4 (#2)
This commit is contained in:
parent
98eebe62bf
commit
7baa48ec4d
27 changed files with 102 additions and 44 deletions
|
|
@ -21,7 +21,7 @@ class PrySettings(BaseSettings):
|
|||
|
||||
# Core
|
||||
url: str = "http://localhost:8002"
|
||||
host: str = "0.0.0.0"
|
||||
host: str = "0.0.0.0" # nosec B104
|
||||
port: int = 8002
|
||||
|
||||
# Ollama LLM endpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue