Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
0b893ae
update: bump version to 2.7.0 and add new data directories for MTSDia…
chakravarthik27 Sep 12, 2025
576dc0f
updated: free up additional disk space by removing cached files in bu…
chakravarthik27 Sep 15, 2025
a154804
updated: refine disk space cleanup by removing specific log files in …
chakravarthik27 Sep 15, 2025
6d31bef
updated: change build job to run on both ubuntu-latest and self-hoste…
chakravarthik27 Sep 15, 2025
fb107ca
updated: change build job to run on macos-latest instead of ubuntu-la…
chakravarthik27 Sep 15, 2025
87def83
updated: change build job to run on ubuntu-latest instead of macos-la…
chakravarthik27 Sep 15, 2025
ac2b8c4
refine disk space cleanup by removing specific log files and simplify…
chakravarthik27 Sep 15, 2025
7c6e135
update: change logo image source and add old logo for reference
chakravarthik27 Sep 16, 2025
dce5de5
update: change poetry version to 2.1.3 in release workflow
chakravarthik27 Sep 16, 2025
c3bbb8d
refine: suppress output during poetry dependency installation
chakravarthik27 Sep 16, 2025
625c5f5
refine: enhance poetry installation command for improved output handling
chakravarthik27 Sep 16, 2025
fcb3e92
refine: enhance disk space cleanup by removing additional directories
chakravarthik27 Sep 16, 2025
e948889
refine: update footer content with new copyright and policy links
chakravarthik27 Sep 18, 2025
d0548a6
updated: replace the githhub links with pacific-ai
chakravarthik27 Sep 18, 2025
2c1a482
updated: replaced the links with pacific.ai
chakravarthik27 Sep 18, 2025
7ad73cf
updated: links in the header and footer
chakravarthik27 Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: |
sudo apt clean
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h

- uses: actions/checkout@v3
Expand All @@ -50,8 +52,8 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry cache clear pypi --all -n
poetry install --with dev --all-extras --no-cache
poetry cache clear pypi --all -n > /dev/null
poetry install --with dev --all-extras --no-cache --quiet --no-interaction
source ./.venv/bin/activate && pip uninstall -y pyspark && rm -rf ./.venv/lib/python${{ matrix.python-version }}/site-packages/pyspark*/
pip install pyspark==3.5.6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.9]
poetry-version: [1.3.1]
poetry-version: [2.1.3]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/JohnSnowLabs/langtest/main/docs/assets/images/langtest/langtest_logo.png" alt="johnsnowlabs_logo" width="360" style="text-align:center;">
<img src="https://raw.githubusercontent.com/Pacific-AI-Corp/langtest/main/docs/assets/images/langtest/langtest_logo.png" alt="pacific_ai_logo" width="360" style="text-align:center;">
</p>

<div align="center">
Expand Down
5 changes: 1 addition & 4 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ header:
- title: Benchmarks
url: /docs/pages/benchmarks/benchmark
key: benchmarks
- title: Leaderboard
url: /leaderboard/llm
key: benchmarks
- title: Blog
url: https://www.johnsnowlabs.com/responsible-ai-blog/
url: https://pacific.ai/healthcare-ai-governace-library/
key: blog


Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<div>
{%- include snippets/get-locale-string.html key='COPYRIGHT_DATES' -%}
{%- assign _locale_copyright_dates = __return -%}
© <span id="year"></span> John Snow Labs Inc.
<a href="http://www.johnsnowlabs.com/terms-of-service">Terms of Service</a> | <a href="http://www.johnsnowlabs.com/privacy-policy/">Privacy Policy</a> | <a href="http://www.langtest.org/api/">Python API</a>
© <span id="year"></span> Pacific AI, Inc. All rights reserved.
<a href="https://pacific.ai/terms-of-service/">Terms of Service</a> | <a href="https://pacific.ai/privacy-policy/">Privacy Policy</a> | <a href="https://pacific.ai/ai-acceptable-use-policy/">AI Acceptable Use Policy</a> | <a href="http://www.langtest.org/api/">Python API</a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<i class="fas fa-times"></i>
</a>
<div class="header__brand">
<a title="{%- if site.description -%}{{ site.description }}{%- endif -%}" href="https://www.johnsnowlabs.com" target="_blank">
<a title="{%- if site.description -%}{{ site.description }}{%- endif -%}" href="https://pacific.ai" target="_blank">
{%- include svg/logo.svg -%}
</a>
{%- assign _paths_root = site.paths.root | default: site.data.variables.default.paths.root -%}
Expand Down Expand Up @@ -43,7 +43,7 @@
{%- if site.search.provider -%}
<li><button class="button button--secondary button--circle search-button js-search-toggle"><i class="fas fa-search"></i></button></li>
{%- endif -%}
<li class="f_inner"><a class="github-button" href="https://github.com/JohnSnowLabs/langtest" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star agsfer/site on GitHub">Star on GitHub</a></li>
<li class="f_inner"><a class="github-button" href="https://github.com/Pacific-AI-Corp/langtest" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star agsfer/site on GitHub">Star on GitHub</a></li>
</ul>
</nav>
{%- endif -%}
Expand Down
4 changes: 2 additions & 2 deletions docs/api/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -298,7 +298,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -304,7 +304,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/autosummary/langtest.augmentation.augmenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -300,7 +300,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -304,7 +304,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -304,7 +304,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -304,7 +304,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/autosummary/langtest.augmentation.base.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -300,7 +300,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/autosummary/langtest.augmentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -300,7 +300,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/autosummary/langtest.callback.LangTestCallback.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -304,7 +304,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/autosummary/langtest.callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -300,7 +300,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/autosummary/langtest.config.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -300,7 +300,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/autosummary/langtest.config.read_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down Expand Up @@ -304,7 +304,7 @@



<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
<span class="sr-only">GitHub</span></a>
</li>
</ul></div>
Expand Down
Loading