mirxakamran893 commited on
Commit
abfc6ab
·
verified ·
1 Parent(s): 53450ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ embed_model = SentenceTransformer("all-MiniLM-L6-v2")
19
 
20
  # ✅ API keys and config
21
  API_KEY = os.environ.get("OPENROUTER_API_KEY")
22
- MODEL = "mistralai/mistral-7b-instruct:free"
23
 
24
  app = FastAPI()
25
 
 
19
 
20
  # ✅ API keys and config
21
  API_KEY = os.environ.get("OPENROUTER_API_KEY")
22
+ MODEL = "nousresearch/deephermes-3-llama-3-8b-preview:free"
23
 
24
  app = FastAPI()
25