fukurou's latest activity

  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread 🐍 python jizzy vision dev.
    yolov8 : ```python import cv2 import numpy as np from ultralytics import YOLO class DiYOLOv8Reco(Skill): def __init__(self)...
  • fukurou
    fukurou replied to the thread 🐍 python jizzy vision dev.
    yolo ver import cv2 import numpy as np class DiYOLOReco(Skill): def __init__(self): super().__init__()...
  • fukurou
    fukurou replied to the thread 🐍 python jizzy vision dev.
    improved v1 import cv2 import numpy as np class DiHuskyLensReco(Skill): def __init__(self): super().__init__()...
  • fukurou
    import cv2 import numpy as np class DiHuskyLensReco(Skill): def __init__(self): super().__init__() self._skill_lobe...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev LLM to skill.
    import requests import json import threading import re from LivinGrimoirePacket.LivinGrimoire import Skill # Initialize conversation...
  • fukurou
    import requests import json import threading import time # Initialize conversation history conversation_history = [] # Global...
  • fukurou
    fukurou replied to the thread venice ai skill dev.
    with character maintaining: import threading import requests import json # Assume DEEPSEEK_API_KEY is replaced with VENICE_API_KEY...
  • fukurou
    fukurou replied to the thread venice ai skill dev.
    🔥 Top Ollama Models for Dirty Talk & Roleplay Model Name Description MythoMax-L2-13B Legendary for uncensored storytelling...
  • fukurou
    fukurou replied to the thread venice ai skill dev.
    Uncensored & High Compliance Models python "model": "venice-uncensored-1.1" # Minimal filtering, high compliance "model"...
  • fukurou
    fukurou replied to the thread venice ai skill dev.
    no try version: import threading import requests import json # Assume DEEPSEEK_API_KEY is replaced with VENICE_API_KEY VENICE_API_KEY =...
  • fukurou
    fukurou replied to the thread venice ai skill dev.
    import threading import requests import json # Assume DEEPSEEK_API_KEY is replaced with VENICE_API_KEY VENICE_API_KEY =...
  • fukurou
    fukurou posted the thread venice ai skill dev in chit chat.
    import requests import json def call_venice_api(prompt, api_key): api_url = "https://api.venice.ai/v1/generate" payload = {...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev LLM dev ass.
    import requests import json import threading import time # Initialize conversation history conversation_history = [] # Global...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev LLM dev ass.
    midway, but working import requests import json import threading import time # Initialize conversation history conversation_history =...
Top