We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4432904 commit 8a5e429Copy full SHA for 8a5e429
1 file changed
packages/discord-bot/src/AiResponse.ts
@@ -167,7 +167,7 @@ ${llmsMd}`
167
168
const application = yield* DiscordApplication
169
const rest = yield* DiscordREST
170
- const chatModel = yield* OpenAiLanguageModel.model("gpt-5.1-chat-latest")
+ const chatModel = yield* OpenAiLanguageModel.model("gpt-5.1")
171
const generate = Effect.fn("AiResponse.generate")(
172
function*(
173
context: Discord.APIInteraction,
0 commit comments