Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
fukurou's latest activity
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...
Aug 25, 2025
fukurou
replied to the thread
venice ai skill dev
.
Uncensored & High Compliance Models python "model": "venice-uncensored-1.1" # Minimal filtering, high compliance "model"...
Aug 25, 2025
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 =...
Aug 25, 2025
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 =...
Aug 25, 2025
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 = {...
Aug 25, 2025
fukurou
replied to the thread
👨💻 dev
LLM dev ass
.
import requests import json import threading import time # Initialize conversation history conversation_history = [] # Global...
Aug 22, 2025
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 =...
Aug 22, 2025
fukurou
replied to the thread
👨💻 dev
LLM dev ass
.
stable v2 import requests import json # Initialize conversation history conversation_history = [] def talk_to_waifu(prompt...
Aug 22, 2025
fukurou
replied to the thread
👨💻 dev
LLM dev ass
.
import requests import json MEMORY_FILE = "waifu_memory.json" def save_memory(key, value): try: with open(MEMORY_FILE...
Aug 22, 2025
fukurou
replied to the thread
👨💻 dev
LLM dev ass
.
stable ver: import requests import json # ✅ This is the correct module to use def talk_to_waifu(prompt): response = requests.post(...
Aug 22, 2025
fukurou
updated their
status
.
Aug 18, 2025
fukurou
updated their
status
.
Aug 15, 2025
fukurou
replied to the thread
👨💻 dev
LLM dev ass
.
import requests class DiLLMChat(Skill): def input(self, ear, skin, eye): if ear and ear.lower().endswith(" go")...
Aug 15, 2025
fukurou
replied to the thread
👨💻 dev
LLM dev ass
.
import requests class DiWaifuChat(DiSkillV2): def input(self, ear, skin, eye): if ear and ear.lower().endswith(" go")...
Aug 14, 2025
fukurou
replied to the thread
👨💻 dev
LLM dev ass
.
import requests class DiWaifuChat(DiSkillV2): def input(self, ear, skin, eye): if ear and ear.lower().endswith(" go")...
Aug 14, 2025
Home
Members
Top
Text copied to clipboard.