Skip to content

Commit

Permalink
Update mention.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Apr 15, 2024
1 parent 37d1ed9 commit f2f13af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mention.ts
Expand Up @@ -18,7 +18,7 @@ export const appMention: any = async ({ event, client, say }) => {
}

const nonNullable = <T>(value: T): value is NonNullable<T> => value != null
let model = 'gpt-4-1106-preview'
let model = 'gpt-4-turbo'
let max_tokens = null
const threadMessages = await Promise.all(
replies.messages.map(async (message) => {
Expand Down

0 comments on commit f2f13af

Please sign in to comment.