mirxakamran893 commited on
Commit
a77771e
·
verified ·
1 Parent(s): a029b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/qwen-2.5-coder-32b-instruct:free"
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()