A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Added a Model settings with a default to the current one. Current OpenAI users can now configure which model they use. Input is a text field, not a dropdown unfortunately, would recommend adding support in another PR
Added a Max Token field to enable configuration for both OpenAI and Ollama users
QA
For development all I did was docker-compose up --build -d and tested / verified my changes against http://localhost:3000
It should be noted as I don't have an OpenAI account I wasn't able to test to make sure anything didn't break, anyone QAing this with an OpenAI account feel free to suggest changes and I can make them
Adding Ollama Support
Changes
QA
For development all I did was
docker-compose up --build -d
and tested / verified my changes against http://localhost:3000It should be noted as I don't have an OpenAI account I wasn't able to test to make sure anything didn't break, anyone QAing this with an OpenAI account feel free to suggest changes and I can make them