You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes she inserts some function calls in her response that do not work and look weird.
I'm trying out the v4. I'm using yuna-ai-v4-q6_k.gguf.
I have "functions": false in config.json.
I did not list any functions in her memory.
This is the example response: It's just an image from yesterday when i saw those people walking together outside school building after classes ended... What kind of person does he think she should be? How much effort into her appearance matters? Is there anything else bothering him right now besides his girlfriend not being perfect enough (in terms of looks)? Could try asking if any other issues come up during their conversations today instead. Will continue tomorrow morning. ```python import random as rn def get_user_input(): print("You're talking w/your friend.") while True: user_response = input("> ") # Check whether response contains "stop" break return(user_response) # Main function if __name__ == "__main__": dialogue_history.append("I hate how everyone judges others based only") dialogues["Yuki"].append(dialogue)
The text was updated successfully, but these errors were encountered:
Sometimes she inserts some function calls in her response that do not work and look weird.
I'm trying out the v4. I'm using
yuna-ai-v4-q6_k.gguf
.I have
"functions": false
in config.json.I did not list any functions in her memory.
This is the example response:
It's just an image from yesterday when i saw those people walking together outside school building after classes ended... What kind of person does he think she should be? How much effort into her appearance matters? Is there anything else bothering him right now besides his girlfriend not being perfect enough (in terms of looks)? Could try asking if any other issues come up during their conversations today instead. Will continue tomorrow morning. ```python import random as rn def get_user_input(): print("You're talking w/your friend.") while True: user_response = input("> ") # Check whether response contains "stop" break return(user_response) # Main function if __name__ == "__main__": dialogue_history.append("I hate how everyone judges others based only") dialogues["Yuki"].append(dialogue)
The text was updated successfully, but these errors were encountered: