Open Katehuuh opened 4 days ago
@scm-aiml thoughts on the python backport?
@theredsix this should be an easy fix, and should be able to support python 3.10
. I will take a quick change and try just setting it like this https://github.com/theredsix/cerebellum/blob/ce83dbe23fc97d7c88a8b739706bca54eed844ae/python/src/cerebellum/browser.py#L90
Python:
3.10.8
Error supposedly related to an older incompatible version. https://github.com/theredsix/cerebellum/blob/ce83dbe23fc97d7c88a8b739706bca54eed844ae/python/pyproject.toml#L52 Could this please be made retrocompatible to 3.10.x?
Additional suggestion: Support OpenAI-compatible endpoints
OPENAI_API_KEY
+OPENAI_API_BASE
(useful for local LLM).