Skip to content

Commit

Permalink
Add Open in Colab to Main ReadMe (#56)
Browse files Browse the repository at this point in the history
* added open in colab to main readme

* updated package Readme
  • Loading branch information
sherpan authored Aug 31, 2023
1 parent b115f64 commit 07c48a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/PACKAGE_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
<a rel="nofollow" href="https://pepy.tech/project/comet-llm">
<img style="max-width: 100%;" src="https://static.pepy.tech/badge/comet-llm" alt="Downloads">
</a>
<a rel="nofollow" href="https://github.com/comet-ml/comet-llm/blob/main/examples/CometLLM_Prompts.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg">
</a>
</p>
<p align="center">
With <b>cometLLM</b>, effortlessly track and visualize your LLM prompts and chains. Identify effective strategies, troubleshoot efficiently, and ensure reproducible workflows. Streamline your processes and unleash the full potential of your Large Language Models today.
<b>CometLLM</b> is a tool to log and visualize your LLM prompts and chains. Use CometLLM to identify effective prompt strategies, streamline your troubleshooting, and ensure reproducible workflows!
</p>
</p>

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<a rel="nofollow" href="https://pepy.tech/project/comet-llm">
<img style="max-width: 100%;" src="https://static.pepy.tech/badge/comet-llm" alt="Downloads">
</a>
<a rel="nofollow" href="https://github.com/comet-ml/comet-llm/blob/main/examples/CometLLM_Prompts.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg">
</a>
</p>
<p align="center">
<b>CometLLM</b> is a tool to log and visualize your LLM prompts and chains. Use CometLLM to identify effective prompt strategies, streamline your troubleshooting, and ensure reproducible workflows!
Expand Down

0 comments on commit 07c48a5

Please sign in to comment.