Florian Roscheck
Florian Roscheck
This is, in principle, already possible, since Ollama is [compatible](https://ollama.com/blog/openai-compatibility) with the OpenAI API. The limiting factor is that the ai-commits extension insists on a model being named "gpt-4" or...
Dear @yuxi-liu-wired , thank you for your kind bug report. As I do not have resources to fix this right now, I would kindly invite you to do a pull...
Sorry for this experience, I do not have the resources right now to maintain this library.
I agree, glad we got it fixed and thank you all for your help! 🙌
+1 Here is the temporary fix that worked for me with `tflite_model_maker`: Download the model from TF/Kaggle, point the `model_spec` to the local path. 1. Download model (bash) ```bash curl...