Giter VIP home page Giter VIP logo

dotnetprompt's Introduction

Image

Quick Start

DotnetPrompt is a dotnet library that provides tools for working with Large Language Models (LLMs) individually and combined in chains. Our library helps you integrate LLMs with other tools and resources to create powerful AI applications.

The concept of the library has failed (semantic whatever from MS does it better anyway), so I'm looking in what direction to migrate it

Important Milestones

Need to review where that could go

  • Get an abstraction atop commercial LLMs (with ChatGPT APIs)
  • Provide the ability to store inputs/outputs to decouple yourself from the platform and own your data
  • Be a drag&drop replacement for MS OpenAI client - but with adapters to other models/platforms
  • Keep only core components
    • A client for LLM communication
    • Functions/Tools for function calling
    • A vector database for RAG
    • An Observability platform for tracing, evaluation etc.

dotnetprompt's People

Contributors

xakpc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dotnetprompt's Issues

[Question] How to configure the OpenAI API key?

Hi,
I am new to .NET Core 6 and working on a MVC project. Do you know how to set up the API key while using DI?

I've been followed your suggestion put the following code inside Program.cs:

`builder.Configuration.AddJsonFile("appsettings.json");
// Read the key via
// builder.Configuration["OpenAI:ApiKey"]

builder.Services.AddOpenAIModel();`

And inject it into my controller:

private readonly ILargeLanguageModel _llm;

I am wondering how I can set up the API key from appsettings.json into ILargeLanguageModel. In addition, how can I use these models inside my controller? Could you please elaborate more details?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.