arthuroe commited on
Commit
9e8ddda
·
verified ·
1 Parent(s): 853145b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -461,4 +461,4 @@ if __name__ == "__main__":
461
  # Check if we have an OpenRouter adapter and initialize it
462
  adapter = get_openrouter_adapter()
463
  logger.info(f"Starting AskMyDocs with free model: {adapter.model}")
464
- uvicorn.run(app, host="0.0.0.0", port=8000)
 
461
  # Check if we have an OpenRouter adapter and initialize it
462
  adapter = get_openrouter_adapter()
463
  logger.info(f"Starting AskMyDocs with free model: {adapter.model}")
464
+ uvicorn.run(app, host="0.0.0.0", port=7860)