feat(OpenAI Node): Add support for gpt4 on chat completion (#5692)
This commit is contained in:
@@ -51,6 +51,22 @@ const completeOperations: INodeProperties[] = [
|
|||||||
name: 'gpt-3.5-turbo-0301',
|
name: 'gpt-3.5-turbo-0301',
|
||||||
value: 'gpt-3.5-turbo-0301',
|
value: 'gpt-3.5-turbo-0301',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'gpt-4',
|
||||||
|
value: 'gpt-4',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'gpt-4-0314',
|
||||||
|
value: 'gpt-4-0314',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'gpt-4-32k',
|
||||||
|
value: 'gpt-4-32k',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'gpt-4-32k-0314',
|
||||||
|
value: 'gpt-4-32k-0314',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
routing: {
|
routing: {
|
||||||
send: {
|
send: {
|
||||||
|
|||||||
Reference in New Issue
Block a user