Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted function calls in Yuna's response #131

Open
OndraTakacs opened this issue Feb 17, 2025 · 1 comment
Open

Unwanted function calls in Yuna's response #131

OndraTakacs opened this issue Feb 17, 2025 · 1 comment

Comments

@OndraTakacs
Copy link

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)

@yukiarimo
Copy link
Owner

Sampling issue. Will be resolved soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants