2
0

(openai) Add enum support in function tools

This commit is contained in:
Baptiste Arnaud
2024-01-29 14:45:44 +01:00
parent 4b8b80e996
commit 8d363c0c02
5 changed files with 106 additions and 64 deletions

View File

@ -13,3 +13,5 @@ export const defaultOpenAIOptions = {
voiceModel: 'tts-1',
temperature: 1,
} as const
export const maxToolCalls = 10