Skip to content

Commit

Permalink
update openai model
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimondev committed Jul 18, 2024
1 parent 95956a9 commit a3d0a14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# seo-ai

## 0.3.2

### Patch Changes

- update openai model

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seo-ai",
"version": "0.3.1",
"version": "0.3.2",
"description": "Command-line tool to generate SEO metadata and HTML meta tags using AI models",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const generate = new Command()
apiKey,
compatibility: 'strict'
})
model = openai('gpt-3.5-turbo')
model = openai('gpt-4o')
} else {
logger.error('Invalid provider')
process.exit(0)
Expand Down

0 comments on commit a3d0a14

Please sign in to comment.