Anyone know if it would be hard to convert my knowledge based chatbot that uses OpenAi to use llama2 instead (while still using llamaindex of course)? I would like to see if it works better than open AI for my app
not necessarily. Does it take a lot more processing power than open AI does? I have the flask app running on a server working well with open ai and i test it locally. I thought i would be able to use a api key with llama2 but i guess thats not the case