feat: add proxy server
This commit is contained in:
@@ -226,5 +226,5 @@ export async function extractRecipe(content: string) {
|
||||
response_format: zodResponseFormat(recipeResponseSchema, "recipe-v2"),
|
||||
});
|
||||
|
||||
return recipeSchema.parse(completion.choices[0].message.parsed);
|
||||
return recipeResponseSchema.parse(completion.choices[0].message.parsed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user