CoruNethron commited on
Commit
e0d816d
·
verified ·
1 Parent(s): d5597ac

Update olapp.py

Browse files
Files changed (1) hide show
  1. olapp.py +1 -0
olapp.py CHANGED
@@ -1,5 +1,6 @@
1
  from http.server import HTTPServer, BaseHTTPRequestHandler
2
  from urllib.parse import urlparse
 
3
  import json
4
  from huggingface_hub.file_download import http_get
5
  from llama_cpp import Llama
 
1
  from http.server import HTTPServer, BaseHTTPRequestHandler
2
  from urllib.parse import urlparse
3
+ import os
4
  import json
5
  from huggingface_hub.file_download import http_get
6
  from llama_cpp import Llama