Skip to content

Code-by-AB/InvoiceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvoiceBot – AI Assistant built using Microsoft.Extensions.AI

This is a simple .NET-based AI app that uses Microsoft.Extensions.AI to query a structured invoice dataset using tool/function calls.

.NET

Getting Started

Requirements

  • .NET 9
  • OpenAI API key(Can also use Llama, AzureOpenAi)
  • Visual Studio or VS Code

Setup

  1. Clone this repo
  2. Replace appsettings.json or builder code with your API keys:
    "OpenAi": {
      "Key": "your-openai-key"
    }
  3. Run the app:
    dotnet run
    

Example Queries

  • Compare Q1 and Q2 sales
  • Where is most of my money coming from?
  • Who are my highest paying customers?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages