Skip to content

Commit

Permalink
change header color
Browse files Browse the repository at this point in the history
  • Loading branch information
WiolaGreen committed Mar 19, 2024
1 parent dfa31e1 commit 47fb262
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@ layout: splash
permalink: /
hidden: true
header:
overlay_color: "#2474AB"
overlay_filter: "0.3 0.1"
overlay_image: /assets/images/home-page-feature-bckg.png
actions:
- label: "<i class='fas fa-download'></i> Pull now"
url: "/docs/quick-start-guide/"
overlay_color: "#38928d"
overlay_filter: "0.3 0.1"
overlay_image: /assets/images/home-page-feature-bckg.png
actions:
- label: "<i class='fas fa-download'></i> Pull now"
url: "/docs/quick-start-guide/"
excerpt: >
LLM's proxy for prompt and response governance, monitoring, and analysis.<br />
<small><a href="https://github.com/PromptSail/prompt_sail/releases/">Latest release</a></small>
intro:
- excerpt: "Prompt Sail is a transparent and user-friendly tool designed to capture and log all interactions with LLM APIs such as OpenAI, Cohere, and others. It integrates with OpenAI, langchain, and other LLM frameworks and libraries."
LLM's proxy for prompt and response governance, monitoring, and analysis.<br />
<small><a href="https://github.com/PromptSail/prompt_sail/releases/">Latest release</a></small>
intro:
- excerpt: "Prompt Sail is a transparent and user-friendly tool designed to capture and log all interactions with LLM APIs such as OpenAI, Cohere, and others. It integrates with OpenAI, langchain, and other LLM frameworks and libraries."
feature_row:
- image_path: #/assets/images/mm-customizable-feature.png
alt: "Easy Integration"
title: "Easy Integration"
excerpt: "Designed to be easily integrated into your existing workflow, whatever LLM framework or library you use."
url: "/docs/quick-start-guide/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: #/assets/images/mm-responsive-feature.png
alt: "fully responsive"
title: "Monitoring, and Analysis"
excerpt: "Build for monitoring your prompts and responses, and analyzing them for better performance and cost control."
url: "/docs/layouts/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: #/assets/images/mm-free-feature.png
alt: "100% free and MIT licensed"
title: "100% free"
excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!"
url: "/docs/license/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: #/assets/images/mm-customizable-feature.png
alt: "Easy Integration"
title: "Easy Integration"
excerpt: "Designed to be easily integrated into your existing workflow, whatever LLM framework or library you use."
url: "/docs/quick-start-guide/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: #/assets/images/mm-responsive-feature.png
alt: "fully responsive"
title: "Monitoring, and Analysis"
excerpt: "Build for monitoring your prompts and responses, and analyzing them for better performance and cost control."
url: "/docs/layouts/"
btn_class: "btn--primary"
btn_label: "Learn more"
- image_path: #/assets/images/mm-free-feature.png
alt: "100% free and MIT licensed"
title: "100% free"
excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!"
url: "/docs/license/"
btn_class: "btn--primary"
btn_label: "Learn more"
---

{% include feature_row %}

0 comments on commit 47fb262

Please sign in to comment.