npc0 commited on
Commit
8457eff
·
verified ·
1 Parent(s): a014dca

Create run.sh

Browse files
Files changed (1) hide show
  1. run.sh +3 -0
run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ uvicorn /dep/claude-proxy-api/server_openai:app --host localhost --port 8000 &
2
+ infinity_emb v2 --model-id mixedbread-ai/mxbai-embed-large-v1 --port 7997 &
3
+ python app.py