Skip to content

Commit

Permalink
fix: update CHANGELOG.md
Browse files Browse the repository at this point in the history
fix: StabilityAIImageInterface.ts now returns 'StabilityAIChatIngerface' instead of 'OpenAIChatInterface'
  • Loading branch information
TroyceGowdy committed Dec 23, 2024
1 parent 66675ec commit de25a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## V3.3.16

#### Date: TBA
#### Date: TBD

### :rocket: Features

Expand Down
2 changes: 1 addition & 1 deletion src/aux-records/StabilityAIImageInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class StabilityAIImageInterface implements AIImageInterface {
span?.setStatus({ code: SpanStatusCode.ERROR });

console.error(
`[OpenAIChatInterface] [${request.userId}] [generateImage]: Bad request: ${err.response.data.error.message}`
`[StabilityAIChatIngerface] [${request.userId}] [generateImage]: Bad request: ${err.response.data.error.message}`
);
return {
success: false,
Expand Down

0 comments on commit de25a9e

Please sign in to comment.