Skip to content

Commit

Permalink
Update badge styles and logos in README.md
Browse files Browse the repository at this point in the history
Changed the badge styles from flat-square to for-the-badge for a more visually appealing look. Updated the GitHub Actions badge link to the correct workflow URL and standardized logo usage for consistency.
  • Loading branch information
nezaboravi committed Nov 17, 2024
1 parent 7e03489 commit 303b4c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Taskallama: Laravel Integration with Ollama LLM API

[![Latest Version on Packagist](https://img.shields.io/packagist/v/codingwisely/taskallama.svg?style=flat-square)](https://packagist.org/packages/codingwisely/taskallama)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/codingwisely/taskallama/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/codingwisely/taskallama/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/codingwisely/taskallama/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/codingwisely/taskallama/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/codingwisely/taskallama.svg?style=flat-square)](https://packagist.org/packages/codingwisely/taskallama)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codingwisely/taskallama.svg?style=for-the-badge&logo=packagist)](https://packagist.org/packages/codingwisely/taskallama)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/codingwisely/taskallama/fix-php-code-style-issues.yml?branch=main&label=Code%20Style&style=for-the-badge&logo=github)](https://github.com/coding-wisely/taskallama/actions/workflows/fix-php-code-style-issues.yml?branch=main)
[![Total Downloads](https://img.shields.io/packagist/dt/codingwisely/taskallama.svg?style=for-the-badge&logo=packagist)](https://packagist.org/packages/codingwisely/taskallama)

**Taskallama** is a Laravel package that provides seamless integration with Ollama's LLM API.
It simplifies generating AI-powered content, from professional task writing to conversational agents, with minimal effort. Whether you're building a task management system, an HR assistant for job posts, or blog content generation, Taskallama has you covered.
Expand Down

0 comments on commit 303b4c7

Please sign in to comment.