Skip to content

fix(jac-gpt): migrate byllm imports to jaclang.byllm#3

Open
marsninja wants to merge 1 commit into
mainfrom
fix/byllm-jaclang-import
Open

fix(jac-gpt): migrate byllm imports to jaclang.byllm#3
marsninja wants to merge 1 commit into
mainfrom
fix/byllm-jaclang-import

Conversation

@marsninja

Copy link
Copy Markdown
Contributor

byLLM has been folded into jaclang core, changing the public import path from byllm to jaclang.byllm (e.g. import from byllm.lib { Model }import from jaclang.byllm.lib { Model }).

This updates the jac-gpt pack's embedded source imports accordingly (61 import statements). [plugins.byllm.*] config sections are unchanged (the plugin/config name is still byllm).

Heads-up: this requires the folded (new) jac and will break the jac-gpt pack on released jac that still ships top-level byllm. Merge in step with the jaclang fold-in (jaseci-labs/jac#7064) — that PR's test-pypi-build jac-gpt smoke fetches this pack from main.

byLLM was folded into jaclang core; the public import path changed from
byllm to jaclang.byllm (e.g. import from byllm.lib { Model } ->
import from jaclang.byllm.lib { Model }). Updates the jac-gpt pack's source
imports. [plugins.byllm.*] config sections are unchanged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant