Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 404 Bytes

HowToRun.md

File metadata and controls

16 lines (15 loc) · 404 Bytes

How to run this project?

  1. apply for a Google Gemini API key first and put it in BabelServer.ini
[Default]
port=8080

[GenAI]
key=PUT YOUR GEMINI KEY HERE
model=gemini-2.0-flash
  1. run BabelServer.py
python BabelServer.py
  1. visit https://127.0.0.1:8080/login.html in your web browser
  2. input a username and join or create a room, then start your chatting with others!