edit : imagen -> gemini로 변경, bingimg -> 사용불가 , 벡터검색api 이미지저장이아닌 데이터 전송하는 api 추가 , vactor -> vector 오타 수정
This commit is contained in:
6
rest_vector.py
Normal file
6
rest_vector.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import uvicorn
|
||||
from vector_rest.app.common.config import conf
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
uvicorn.run('vector_rest.app.main:app', host='0.0.0.0', port=conf().REST_SERVER_PORT, reload=True)
|
||||
Reference in New Issue
Block a user