Hjgugugjhuhjggg commited on
Commit
7f3dfcc
·
verified ·
1 Parent(s): 5b90b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import cachetools
2
  from pydantic import BaseModel
3
- from llama_cpp_agent import Llama
4
  from concurrent.futures import ThreadPoolExecutor, as_completed
5
  import re
6
  import httpx
 
1
  import cachetools
2
  from pydantic import BaseModel
3
+ from llama_cpp import Llama
4
  from concurrent.futures import ThreadPoolExecutor, as_completed
5
  import re
6
  import httpx