Skip to content

Commit

Permalink
nav header links added
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkersigirci committed Feb 11, 2025
1 parent dc6feec commit 418b906
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions configs/chainlit/.chainlit/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@ custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/
# Be careful: If this is a relative path, it should not start with a slash.
# custom_build = "./public/build"

[[UI.header_links]]
name = "Github"
icon_url = "https://github.com/favicon.ico"
url = "https://github.com/ilkersigirci/podflix"

[meta]
generated_by = "2.0.0"
4 changes: 4 additions & 0 deletions configs/chainlit/public/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ a[href*='https://github.com/Chainlit/chainlit'] {
visibility: hidden;
}

#readme-button {
display: none;
}

/* a img[alt="watermark"] {
display: none;
}
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ services:
- DEFAULT_RESPONSE_FORMAT=json
# - DEFAULT_RESPONSE_FORMAT=srt # vtt
- MAX_MODELS=1
- TTL=-1 # Never unload the model
- WHISPER__MODEL=$WHISPER_MODEL_NAME
- WHISPER__COMPUTE_TYPE=default
# - WHISPER__COMPUTE_TYPE=bfloat16
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"aiosqlite>=0.20.0",
"asyncpg>=0.30.0",
"boto3>=1.35.92",
"chainlit>=2.1.2",
"chainlit>=2.2.0",
"huggingface-hub>=0.27.0",
"langchain>=0.3.13",
"langchain-community>=0.3.13",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 418b906

Please sign in to comment.