Yjhhh commited on
Commit
f4d520f
·
verified ·
1 Parent(s): 9967326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ import io
6
  import asyncio
7
  from typing import List, Dict, Any
8
  from llama_cpp import Llama # Ajusta según la biblioteca que estés utilizando
 
 
9
 
10
  app = FastAPI()
11
 
 
6
  import asyncio
7
  from typing import List, Dict, Any
8
  from llama_cpp import Llama # Ajusta según la biblioteca que estés utilizando
9
+ import os
10
+
11
 
12
  app = FastAPI()
13