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
109 stars 20 forks source link

Added base_url support for init_ol #12

Closed SamuraiBarbi closed 5 months ago

SamuraiBarbi commented 5 months 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 5 months ago

@waywardspooky thanks for the change.