COXIT-CO / RecruitFlowAI

AI Driven Recruitment Assistant
MIT License
14 stars 2 forks source link

Integrate OpenAI into the chat bot. #8

Closed iramykytyn closed 1 year ago

iramykytyn commented 1 year ago

Requirements:

  1. New chat with GPT should be triggered by the command /assist in the slack bot and further communication should be continued in the thread
  2. The user should not pass any API key, instead the key should be read from env variable on the server.
  3. Consider usage of native OpenAI python library vs LangChain.
iramykytyn commented 1 year ago

done https://github.com/COXIT-CO/RecruitFlowAI/pull/20