Skip to content

Commit

Permalink
docs(README.md): update OpenAI provider description to specify versio…
Browse files Browse the repository at this point in the history
…n support

docs(README.md): update action version from v1 to v1.0.0 for clarity and stability
  • Loading branch information
0xJord4n committed Dec 23, 2024
1 parent a1a9588 commit 0cd5385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A powerful GitHub Action that enables seamless integration with various AI provi

- **Multi-Provider Support**:

- OpenAI (GPT-3.5, GPT-4)
- OpenAI
- Anthropic (Claude)
- Groq
- Mistral
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate AI Text
uses: 0xjord4n/aixion@v1
uses: 0xjord4n/aixion@v1.0.0
with:
config: >
{
Expand Down

0 comments on commit 0cd5385

Please sign in to comment.