Fixed README.md
This commit is contained in:
parent
d2356a982f
commit
a28288259f
|
@ -13,14 +13,14 @@ Go package for automated evaluation of academic papers using LLM-based criteria
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
go get github.com/yourusername/paperprocessor
|
||||
go get gitea.r8z.us/stwhite/paperprocessor
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### Basic Configuration
|
||||
```go
|
||||
import "github.com/yourusername/paperprocessor"
|
||||
import "gitea.r8z.us/stwhite/paperprocessor"
|
||||
|
||||
config := paperprocessor.Config{
|
||||
APIEndpoint: "https://api.llm-provider.com/v1/chat/completions",
|
||||
|
|
Loading…
Reference in New Issue