matthoffner commited on
Commit
d930e25
·
1 Parent(s): 0626604

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -0
llm.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  from langchain.llms import LlamaCpp
3
  from llama_index import (
4
  GPTVectorStoreIndex,
 
1
  import os
2
+ os.environ['MPLCONFIGDIR'] = os.getcwd() + "/configs/"
3
  from langchain.llms import LlamaCpp
4
  from llama_index import (
5
  GPTVectorStoreIndex,