Use newer model cause Discord be bussin'

This commit is contained in:
2025-05-03 21:57:59 +00:00
parent 2732420294
commit 6b8f4674c3
8 changed files with 43 additions and 14 deletions

View File

@ -1,7 +1,7 @@
package memory
package bot
import (
"git.ewnix.net/phlux/discord-gpt-bot/openai"
"discord-gpt-bot/openai"
)
var conversations = map[string][]openai.Message{}