ggeop / Python-ai-assistant

Python AI assistant 🧠
MIT License
936 stars 247 forks source link

How to have a chain of skills? #141

Open Holychris56 opened 1 year ago

Holychris56 commented 1 year ago

Hello!

Great project! I am trying to have a chain of skills.

For example, if the user asks what is the weather? the AI can respond, would you like to see your current city or a new city? Then the user responds current city.

Any suggestions on how best to implement this?

Thanks

Holychris56 commented 1 year ago

Oh nevermind... I see how the architecture is in the remember.py file. Is this the best way to do it?

Thanks!