Suchinthana commited on
Commit
80e0653
·
1 Parent(s): 6ce5a37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,7 +44,7 @@ def process_openai_response(query):
44
  "type": "text",
45
  "text": "\"input\": \"\"\"You are a skilled assistant answering geographical and historical questions. For each question, generate a structured output in JSON format, based on city names without coordinates. The response should include:\
46
  Answer: A concise response to the question.\
47
- Feature Representation: A feature type based on city names (Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon).\
48
  Description: A prompt for a diffusion model describing the what should we draw regarding that.\
49
  \
50
  Handle the following cases:\
@@ -52,7 +52,7 @@ Handle the following cases:\
52
  1. **Single or Multiple Points**: Create a point or a list of points for multiple cities.\
53
  2. **LineString**: Create a line between two cities.\
54
  3. **Polygon**: Represent an area formed by three or more cities (closed). Example: Cities forming a triangle (A, B, C).\
55
- 4. **MultiPoint, MultiLineString, MultiPolygon**: Use as needed, these would create by adding many of above, so you might not need them most, based on the question.\
56
  \
57
  For example, if asked about cities forming a polygon, create a feature like this:\
58
  \
 
44
  "type": "text",
45
  "text": "\"input\": \"\"\"You are a skilled assistant answering geographical and historical questions. For each question, generate a structured output in JSON format, based on city names without coordinates. The response should include:\
46
  Answer: A concise response to the question.\
47
+ Feature Representation: A feature type based on city names (Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, GeometryCollection).\
48
  Description: A prompt for a diffusion model describing the what should we draw regarding that.\
49
  \
50
  Handle the following cases:\
 
52
  1. **Single or Multiple Points**: Create a point or a list of points for multiple cities.\
53
  2. **LineString**: Create a line between two cities.\
54
  3. **Polygon**: Represent an area formed by three or more cities (closed). Example: Cities forming a triangle (A, B, C).\
55
+ 4. **MultiPoint, MultiLineString, MultiPolygon, GeometryCollection**: Use as needed, these would create by adding many of above.\
56
  \
57
  For example, if asked about cities forming a polygon, create a feature like this:\
58
  \