EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0
https://gptgirlfriend.online
2.58k stars 437 forks source link

Question : how to stop showing selfi images #23

Closed SmartKoki closed 1 year ago

SmartKoki commented 1 year ago

i want ai to stop showing their selfies. How do i do that? (sorry im not programmer)

EniasCailliau commented 1 year ago

Selfies are generated by a tool used by the agent. You can edit/remove tools in the get_tools function in src/api.py.

If you comment out the SelfieTool the agent will stop generating selfies.

SmartKoki commented 1 year ago

Thankyou