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
|
## 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",
|
||||||
|
|
Loading…
Reference in New Issue