Skip to content

Commit 8a5e429

Browse files
authored
try non chat (#283)
1 parent 4432904 commit 8a5e429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/discord-bot/src/AiResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ${llmsMd}`
167167

168168
const application = yield* DiscordApplication
169169
const rest = yield* DiscordREST
170-
const chatModel = yield* OpenAiLanguageModel.model("gpt-5.1-chat-latest")
170+
const chatModel = yield* OpenAiLanguageModel.model("gpt-5.1")
171171
const generate = Effect.fn("AiResponse.generate")(
172172
function*(
173173
context: Discord.APIInteraction,

0 commit comments

Comments
 (0)