Spaces:
Paused
Paused
Commit
·
0626604
1
Parent(s):
f78cf42
Update llm.py
Browse files
llm.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import os
|
2 |
from langchain.llms import LlamaCpp
|
3 |
from llama_index import (
|
4 |
-
GPTVectorStoreIndex,
|
5 |
GPTVectorStoreIndex,
|
6 |
GPTListIndex,
|
7 |
ServiceContext,
|
|
|
1 |
import os
|
2 |
from langchain.llms import LlamaCpp
|
3 |
from llama_index import (
|
|
|
4 |
GPTVectorStoreIndex,
|
5 |
GPTListIndex,
|
6 |
ServiceContext,
|