Skip to content

Commit

Permalink
Add Code
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Aug 6, 2023
1 parent d94c184 commit c94a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/llms/openai/openai.router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export async function fetchOrTRPCError<TBody, TOut>(url: string, method: 'GET' |
code: 'BAD_REQUEST',
message: error
? `[${moduleName} Issue] ${error?.error?.message || error?.error || error?.toString() || 'Unknown POST error'}`
: `[Issue] ${response.statusText}`,
: `[Issue] ${response.statusText} (${response.status})`,
});
}
try {
Expand Down

1 comment on commit c94a7ef

@vercel
Copy link

@vercel vercel bot commented on c94a7ef Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-enricoros.vercel.app
get.big-agi.com
big-agi-git-main-enricoros.vercel.app

Please sign in to comment.