microsoft / lida

Automatic Generation of Visualizations and Infographics using Large Language Models
https://microsoft.github.io/lida/
MIT License
2.6k stars 266 forks source link

How to use linda UI using hugging face models? #28

Open RaviChanduUmmadisetti opened 10 months ago

RaviChanduUmmadisetti commented 10 months ago

while running the below command, its asking for open ai api key.

linda ui --port=8080 --docs

raise ValueError( ValueError: OpenAI API key is not set. Please set the OPENAI_API_KEY environment variable.

and another weird error which came is unrelated to project. i am not using that path.

.conda\envs\hack\Lib\pathlib.py", line 938, in _scandir return os.scandir(self) ^^^^^^^^^^^^^^^^

OSError: [WinError 4393] The tag present in the reparse point buffer is invalid:

Can you please help me resolve the above issue?