StampyAI / stampy-chat

Conversational chatbot to answer questions about AI Safety & Alignment based on information retrieved from the Alignment Research Dataset
https://chat.stampy.ai
MIT License
13 stars 7 forks source link

added validation using tonic validate #141

Open varchanaiyer opened 6 months ago

varchanaiyer commented 6 months ago

https://github.com/StampyAI/stampy-chat/assets/29728415/b7584d32-07b9-4d34-b1e1-68ab9d7ee2de

Demo video attached. For now, I am printing the output. But I can either push it to langsmith or to a db.

mruwnik commented 6 months ago

you have something wrong with the pipenv dependancies, which you'll have to fix. Did you add dependancies with pipenv install <whatever>?

varchanaiyer commented 6 months ago

you have something wrong with the pipenv dependancies, which you'll have to fix. Did you add dependancies with pipenv install <whatever>?

Yes that is how I added dependencies. Is that the wrong way of doing it? I am not familiar with pipenv (have been using vanilla virtualenv all this time), so maybe I missed a step?

varchanaiyer commented 6 months ago

https://github.com/StampyAI/stampy-chat/issues/136