Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 5, 2023
1 parent ce64c2a commit dcfba12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python main.py --requests-path gs://my-bucket/requests.jsonl \
## Flags
```sh
usage: main.py [-h] [--url URL] [--requests-path REQUESTS_PATH] [--output-path OUTPUT_PATH]
[--flush-every FLUSH_EVERY] [--concurrency CONCURRENCY]
[--flush-every FLUSH_EVERY] [--concurrency CONCURRENCY] [--ignore-fields IGNORE_FIELDS]

Test Lingo using Python OpenAI API

Expand All @@ -36,4 +36,6 @@ options:
Number of requests to flush to disk
--concurrency CONCURRENCY
Number of concurrent requests. Defaults to 100
--ignore-fields IGNORE_FIELDS
Fields to ignore in the request. Example: --ignore-fields 'id,bar'
```

0 comments on commit dcfba12

Please sign in to comment.