Skip to content

Commit 137e899

Browse files
committed
updates
1 parent 1d8a3ec commit 137e899

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: .NET
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "main" ]
99
pull_request:
10-
branches: [ "master" ]
10+
branches: [ "main" ]
1111

1212
jobs:
1313
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
This is a simple .NET-based AI app that uses **[Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/ai/microsoft-extensions-ai)** to query a structured invoice dataset using **tool/function calls**.
66

7-
![.NET](https://github.com/Code-by-AB/InvoiceBot/actions/workflows/dotnet.yml/badge.svg?branch=master)
7+
![.NET](https://github.com/Code-by-AB/InvoiceBot/actions/workflows/dotnet.yml/badge.svg?branch=main)
88

99
## Getting Started
1010

1111
### Requirements
1212

1313
- .NET 9
14-
- OpenAI API key(Also can use Llama, AzureOpenAi)
14+
- OpenAI API key(Can also use Llama, AzureOpenAi)
1515
- Visual Studio or VS Code
1616

1717
### Setup

0 commit comments

Comments
 (0)