matthoffner commited on
Commit
3f60cf2
·
1 Parent(s): 0a9ca68

Update llm.py

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