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:
New posts
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Home
What's new
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
.
Latest activity
What's new
New posts
New profile posts
Latest activity
fukurou
replied to the thread
elkfjoksdjflksdjfinDS
.
def add_response(self, s1: str) -> None: if self.lastInsert == s1: # exits because repeat insert attempt...
Apr 6, 2025
fukurou
replied to the thread
elkfjoksdjflksdjfinDS
.
import random class UniqueRandomGenerator: def __init__(self, n1: int): if n1 < 0: raise ValueError("n1 must be...
Apr 5, 2025
fukurou
replied to the thread
elkfjoksdjflksdjfinDS
.
class LimUniqueResponder: def __init__(self, lim: int): self.responses: list[str] = [] self.lim = lim...
Apr 5, 2025
fukurou
posted the thread
elkfjoksdjflksdjfinDS
in
chit chat
.
class UniqueRandomGenerator: def __init__(self, n1: int): self.n1 = n1 self.numbers = list(range(n1))...
Apr 5, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class DiRail(Skill): # DiRail skill for testing purposes def __init__(self, lim=5): super().__init__()...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class RailBot: def __init__(self, limit=5): self.ec = EventChatV2(limit) self.context = "stand by"...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class PhraseInflector: # Maps for pronoun and verb inflection inflection_map = { "i": "you", "me": "you"...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class QuestionChecker: QUESTION_WORDS = { "what", "who", "where", "when", "why", "how", "is", "are", "was", "were"...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class RailBot { private let ec: EventChatV2 private var context: String = "stand by" private var elizaWrapper...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class PhraseInflector { // Dictionary for pronoun and verb inflection private static let inflectionMap: [String: String] = [...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class QuestionChecker { private static let QUESTION_WORDS: Set<String> = [ "what", "who", "where", "when", "why", "how"...
Apr 4, 2025
owly
posted the thread
👨💻 dev
one of those shit provoking posts
in
chit chat
.
thing is if we were to code a brain in which all inputs derive from skills, coding inputs would be a breeze: we could choose skills to...
Apr 3, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
public class RailBot { private readonly EventChatV2 ec; private string context = "stand by"; private ElizaDBWrapper...
Apr 3, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
public class RailBot { private readonly EventChatV2 ec; private string context = "stand by"; private ElizaDBWrapper...
Apr 3, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
public class PhraseInflector { // Dictionary for pronoun and verb inflection private static readonly Dictionary<string, string>...
Apr 3, 2025
Home
What's new
Top
Text copied to clipboard.