deepseek n shit

fukurou

the supreme coder
ADMIN
Python:
def _async_func(this_cls):
    input_text = this_cls.input_text

    data = {
        "model": "deepseek-chat",
        "messages": [{"role": "user", "content": input_text}],
        "max_tokens": 50  # Limit response length
    }

    try:
        response = this_cls.call_deepseek_api(data)
        this_cls._result = response
    except Exception as e:
        this_cls._result = f"Error calling Deepseek API: {str(e)}"
 

dollbuilderx3

New member
level2
i forgot to tell you, i don't know naything about programming. it's like chinese to me
but you say this prompt connect it to deep seek if i write it in code in the waifu bot ai?
 

fukurou

the supreme coder
ADMIN
no deepseek only replies to my input.
my STT is shit, I don't know why ngl.

my AI works like the matrix learn scene. 1 line of code to add a skill.
deepseek is just 1 possible skill.

for example:
brain.add_logical_skill(DiVoices())
is a skill that lets me change the output voice
or:
brain.add_logical_skill(DiTime())
lets the waifubot access the system clock and tell times/dates/days
 

fukurou

the supreme coder
ADMIN
like she can use skills in the way she wants or you have to make her select each skill directly?
oh yeah, fully automatic. once a skill is added, it just works based on input.
many skills are automatic, some are triggered.

she can talk on her own volition for example.
 

fukurou

the supreme coder
ADMIN
like to engage the time skill I need to say something like "what is the time"

but her burp skill for example works on its own, she suddenly might burp
 
Top