Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore(openai): remove system message maxLength limitation (#75)
Browse files Browse the repository at this point in the history
Because

- we don't need to set message maxLength in OpenAI connector

This commit

- remove system message maxLength limitation
  • Loading branch information
donch1989 authored Dec 5, 2023
1 parent 98d2b23 commit 4248ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/openai/config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@
"reference",
"template"
],
"maxLength": 2048,
"title": "System message",
"type": "string"
},
Expand Down

0 comments on commit 4248ed4

Please sign in to comment.