feat: implement AI model API proxy service
This commit is contained in:
5
backend/main.py
Normal file
5
backend/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Server entry point."""
|
||||
from app.main import run_server
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_server()
|
||||
Reference in New Issue
Block a user