Skip to content

Commit

Permalink
chore(README.md): update AI Text action version from v1.0.2 to v1.1.0…
Browse files Browse the repository at this point in the history
… for improvements and bug fixes

docs(README.md): add miscellaneous options section to document new save_path parameter for response saving
  • Loading branch information
0xJord4n committed Dec 24, 2024
1 parent 8d3dfda commit d73530f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate AI Text
uses: 0xjord4n/aixion@v1.0.2
uses: 0xjord4n/aixion@v1.1.0
with:
config: >
{
Expand Down Expand Up @@ -162,7 +162,11 @@ config: >
- `top_p`: Nucleus sampling parameter
- `frequency_penalty`: Repetition control
- `presence_penalty`: Topic diversity control
- `stop`: Array of sequences where the API will stop generating further tokens.
- `stop`: Array of sequences where the API will stop generating further tokens

### Miscellaneous Options

- `save_path`: Path where the response will be saved (optional)

## Outputs

Expand Down

0 comments on commit d73530f

Please sign in to comment.