Skip to content

Instantly share code, notes, and snippets.

@clatwell
clatwell / slackpile-data.md
Last active April 3, 2024 22:13
SlackPile Data Spec

Laravel

Screenshot 2024-04-03 at 6 07 01 PM

Message

  • Has many: Mentions
slack_user_id // string, from Slack JSON
@clatwell
clatwell / slackpile-ai.md
Last active April 3, 2024 19:21
slackpile-ai.md

SlackPile AI Explorations

What service are we using?

  • OpenAI
    • Can we specify JSON output? Yes
    • Can we use the free plan? Rate limits are a downside unless we want to spend some $$; we can probably get ~$50 approved
  • Gemini
    • Can we specify JSON output? Gemini API doesn’t have a JSON mode but we can tell it to return JSON and it returns JSON just fine.
  • Can we use the free plan? TBD