vetrag/run.sh

3 lines
157 B
Bash
Executable File

export OPENAI_BASE_URL=http://localhost:1234/v1/completions
export OPENAI_API_KEY=sk-no-key-needed # (if LM Studio doesn't require a real key)
go run main.go