Ngz91 / Eunomia

Analyze your code locally using a GPT LLM.
Apache License 2.0
32 stars 9 forks source link

Update example.env #2

Closed marcomuraa closed 9 months ago

marcomuraa commented 9 months ago

update example.env renaming EMBEDDINGs_MODEL to EMBEDDINGS_MODEL to fix bug that happens when copying the example configuration, which leads to the script not starting because HuggingFaceEmbeddings(model_name=self.emb_model) expects self.emb_model which is defined as EMBEDDINGS_MODEL (all capital letters)