jan jovan
jan jovan
> ollama create phi2-SC -f ./models/modelfiles/Modelfile It works now, thanks.
with RetrievalQA.from_chain_type() you can use memory. To avoid ValueError: One output key expected, got dict_keys(['answer', 'sources']), you need to specify key values in memory function (e.g. ConversationBufferMemory(memory_key="chat_history", return_messages=True, input_key='query', output_key='result'))....
> @llagerlof see #82, i.e. [that comment](https://github.com/nomic-ai/gpt4all/issues/82#issuecomment-1494088005) and [this comment](https://github.com/nomic-ai/gpt4all/issues/82#issuecomment-1492233929). my CPU doesnt have AVX. didnt work after i compiled...
there is problem with your model...