Skip to content

Commit aee4c00

Browse files
committed
2 parents 7d514b4 + 6121dcb commit aee4c00

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate Documentation
1+
name: docs
22

33
on:
44
push:

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: Build/Test Lib
4+
name: tests
55

66
on:
77
push:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
![Image](./docs/images/logo.png)
22

3+
[![tests](https://github.com/xakpc/DotnetPrompt/actions/workflows/dotnet.yml/badge.svg)](https://github.com/xakpc/DotnetPrompt/actions/workflows/dotnet.yml)
4+
[![docs](https://github.com/xakpc/DotnetPrompt/actions/workflows/docs.yml/badge.svg)](https://github.com/xakpc/DotnetPrompt/actions/workflows/docs.yml)
5+
![License: Apache 2.0](https://img.shields.io/github/license/xakpc/DotnetPrompt)
6+
[![@DotnetPrompt](https://img.shields.io/twitter/follow/dotnetprompt?style=social)](https://twitter.com/dotnetprompt)
7+
38
## Quick Start
49

510
DotnetPrompt is a dotnet library that provides tools for working with Large Language Models (LLMs) individually and combined in chains.

0 commit comments

Comments
 (0)