SCGR commited on
Commit
cc4ade1
·
1 Parent(s): 3d94de1

contribute flow fix

Browse files
h origin main ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 3d94de1 (HEAD -> main, origin/main) fix SQLacademy syntax
2
+ 07e2e28 add logs
3
+ fe5d98f dynamic prompts
4
+ 11e1578 fix config
5
+ 69ccdb2 fix indentation error
py_backend/app/routers/images.py CHANGED
@@ -104,7 +104,7 @@ async def create_image_from_url(payload: CreateImageFromUrlIn, db: Session = Dep
104
  epsg=payload.epsg,
105
  image_type=payload.image_type,
106
  title="no title",
107
- prompt="",
108
  model="STUB_MODEL",
109
  schema_id="default_caption@1.0.0",
110
  raw_json={},
 
104
  epsg=payload.epsg,
105
  image_type=payload.image_type,
106
  title="no title",
107
+ prompt="DEFAULT_CRISIS_MAP",
108
  model="STUB_MODEL",
109
  schema_id="default_caption@1.0.0",
110
  raw_json={},