fukurou's latest activity

  • fukurou
    fukurou replied to the thread stand by mode dev.
    class AXStandBy: def __init__(self, pause: int): self._tg:TimeGate = TimeGate(pause) self._tg.openForPauseMinutes()...
  • fukurou
    fukurou posted the thread deepseek API in Atelier.
    import requests def deepseek_chat(api_key, user_message): url = "https://api.deepseek.com/chat/completions" headers = {...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou posted the thread stand by mode dev in chit chat.
    class AXStandBy: def __init__(self, pause: int): self._tg:TimeGate = TimeGate(pause) def standBy(self, ear: str) ->...
  • fukurou
    fukurou updated their status.
Top