Skip to content

Duan-s-Lab/Girl-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Girl Agent

Disclaimer: Learned and carried open source code from the internet! Not original code!

This repo provide a girlfriend agent that can chat with us, also my first trial in LLM. In my opinion that's so interesting! Maybe I would focus on NLP rather than reliability, haha

Though the repo is named as "Girl" Agent, but it's not only for girls. You can easily make it your own agent. The name is just because of the interests of me to have some E-girlfriends.

Some anime girls here:

Kato Megumi

Kato Megumi

Nakano Miku

Nakano Miku

Kitagawa Marin

Kitagawa Marin

How to use

  1. Clone the repo
  2. Use your own api-key in src/config/settings.py, and change the model you use:
DEEPSEEK_SETTINGS = {
        "api_key":"your-own-api-key",
        "api_base":"https://api.deepseek.com",
        "model":"deepseek-chat",
}

and choose your preferred personality and characters

AGENT_SETTINGS = {
        "name":"Lamia",
        "age":19,
        "gender":"女",
        "occupation":"学生",
        "personality":"Lamia"
}

"personality"names in src/prompts/personalities. You can also to create your favorite character~

  1. Run main.py
python src/main.py

Future work:

Now gui version(v1.1) has been upload!
packaged as a software (no deadline XD)

About

a girl agent, provide chat with various girls

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages