Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import cachetools
|
2 |
from pydantic import BaseModel
|
3 |
-
from
|
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
|