stepanogil / autonomous-hr-chatbot

An autonomous HR agent that can answer user queries using tools
https://autonomous-hr-chatbot.vercel.app
MIT License
312 stars 74 forks source link

Fixing a few bugs #1

Closed pypdeveloper closed 1 year ago

pypdeveloper commented 1 year ago

Adding tiktoken to requirements.txt file and changing the ChatOpenAI model in hr_agent_backend_local.py from gpt-35-turbo to gpt-3.5-turbo.

stepanogil commented 1 year ago

most excellent! thanks!