add base url for OpenAI (#166)

This commit is contained in:
KevinHuSh
2024-03-28 19:15:16 +08:00
committed by GitHub
parent be2b904daf
commit 38e5737067
8 changed files with 39 additions and 27 deletions

View File

@ -280,4 +280,5 @@ if __name__ == "__main__":
from mpi4py import MPI
comm = MPI.COMM_WORLD
main(int(sys.argv[2]), int(sys.argv[1]))
while True:
main(int(sys.argv[2]), int(sys.argv[1]))