This commit is contained in:
archer
2023-07-01 13:09:02 +08:00
parent 4c54e1821b
commit 9bdd5f522d
85 changed files with 4738 additions and 1236 deletions

View File

@@ -96,7 +96,7 @@ export async function openaiEmbedding_system({ input }: Props) {
input
},
{
timeout: 60000,
timeout: 20000,
...axiosConfig(apiKey)
}
)