Hjgugugjhuhjggg commited on
Commit
124231c
·
verified ·
1 Parent(s): 947e0ed

Update app.py

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