Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ index = faiss.read_index("faiss_index.bin")
|
|
18 |
embed_model = SentenceTransformer("all-MiniLM-L6-v2")
|
19 |
|
20 |
API_KEY = os.environ.get("OPENROUTER_API_KEY")
|
21 |
-
MODEL = "qwen/
|
22 |
|
23 |
# ✅ FastAPI app
|
24 |
app = FastAPI()
|
|
|
18 |
embed_model = SentenceTransformer("all-MiniLM-L6-v2")
|
19 |
|
20 |
API_KEY = os.environ.get("OPENROUTER_API_KEY")
|
21 |
+
MODEL = "qwen/qwq-32b:free"
|
22 |
|
23 |
# ✅ FastAPI app
|
24 |
app = FastAPI()
|