2
0

⬆️ (openai) Replace openai-edge with openai and upgrade next

This commit is contained in:
Baptiste Arnaud
2023-10-06 14:22:38 +02:00
parent dfcaa0f1d0
commit 225dfed313
15 changed files with 415 additions and 178 deletions

View File

@@ -63,7 +63,7 @@ export const executeClientSideAction = async ({
logs: [
{
status: 'error',
description: 'Failed to stream OpenAI completion',
description: 'OpenAI returned an error',
details: JSON.stringify(error, null, 2),
},
],