Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/themyntt/llama3-ai-api
- Owner: theMyntt
- Created: 2024-08-27T18:07:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T01:30:34.000Z (5 months ago)
- Last Synced: 2024-11-13T16:09:20.136Z (2 months ago)
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`