seanchatmangpt / dspygen

A Ruby on Rails style framework for the DSPy (Demonstrate, Search, Predict) project for Language Models like GPT, BERT, and LLama.
MIT License
78 stars 19 forks source link

Added base_url support for init_ol #12

Closed SamuraiBarbi closed 1 month ago

SamuraiBarbi commented 1 month ago

Added the ability to specify the base_url for the OllamaLocal model, using default value of http://0.0.0.0:11434

seanchatmangpt commented 1 month ago

@waywardspooky thanks for the change.