Fixed README.md

This commit is contained in:
Steve White 2025-01-25 14:06:07 -06:00
parent d2356a982f
commit a28288259f
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@ Go package for automated evaluation of academic papers using LLM-based criteria
## Installation ## Installation
```bash ```bash
go get github.com/yourusername/paperprocessor go get gitea.r8z.us/stwhite/paperprocessor
``` ```
## Usage ## Usage
### Basic Configuration ### Basic Configuration
```go ```go
import "github.com/yourusername/paperprocessor" import "gitea.r8z.us/stwhite/paperprocessor"
config := paperprocessor.Config{ config := paperprocessor.Config{
APIEndpoint: "https://api.llm-provider.com/v1/chat/completions", APIEndpoint: "https://api.llm-provider.com/v1/chat/completions",