You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to modify the llmx by adding my custom
LLM service and install the update project from source using pip install -e . on windows and I have issues to run Lida with the customized llmx. Could you help me please ?
The text was updated successfully, but these errors were encountered:
When I do this change, I need also to change data_folder in lida/web/app.py -> data_folder=os.path.join(root_file_path, "files", "data") then when I start lida. The app works with windows file system but the api service visualize don’t return image encoded in base64 but open image in a new window. The image is not embed in ui app. Could you help me build from source lida and llmx on windows using anaconda with python 3.10
I try to modify the llmx by adding my custom
LLM service and install the update project from source using pip install -e . on windows and I have issues to run Lida with the customized llmx. Could you help me please ?
The text was updated successfully, but these errors were encountered: