Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themyntt/llama3-ai-api

A API Connected to API Model. Developed with .NET Core
https://github.com/themyntt/llama3-ai-api

Last synced: 13 days ago
JSON representation

A API Connected to API Model. Developed with .NET Core

Awesome Lists containing this project

README

        

# LLAMA3 API

- Developed with .NET Core
- A API Connected to llama3-8b-8192 AI model of [Groq](https://groq.com)




## How to use
After clonning repository, installed nuget packages and generate your groq key:
- Configure a `.env` archive at project root like [`.env.example`](./.env.example)
- The Swagger will be available at /swagger route
- By default, the app will listen to 5000 port
- Initialize project with `dotnet run`