From bfe9d3e9c5061c0d9c590e0b355b822dddad31ea Mon Sep 17 00:00:00 2001 From: Pamella Bezerra Date: Tue, 11 Jun 2024 19:22:50 -0300 Subject: [PATCH] Add GA badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 039b900..0d1d700 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Django CI](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/django.yml/badge.svg)](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/django.yml) +[![Node CI](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/node.yml/badge.svg)](https://github.com/vintasoftware/django-ai-assistant/actions/workflows/node.yml) + # django-ai-assistant Django app to integrate with [OpenAI Assistants API](https://platform.openai.com/docs/assistants/overview). Supports [Function calling](https://platform.openai.com/docs/assistants/tools/function-calling).