@@ -685,7 +685,8 @@ ${this.bmData.jsonData.editorBarData ? this.bmData.jsonData.editorBarData.conten
`
const _uuid = uuidv4()
let params = {
- model: 'gpt-3.5-turbo',
+ // model: 'gpt-3.5-turbo',
+ model: "gpt-4o-2024-08-06",
temperature: 0,
max_tokens: 4096,
top_p: 1,