gpt-batch-scribe 0.1.4

contains the GptBatchAPIRequest struct which helps create gpt4 batch requests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
TEST := xxx

default: test

build:
	cargo build

test_one:
	cargo test -- --test $(TEST)

test:
	cargo test