Ashoka74 commited on
Commit
6af5ff5
·
verified ·
1 Parent(s): d53e280

Create config.py

Browse files
Files changed (1) hide show
  1. config.py +68 -0
config.py ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ API_KEY = ''
2
+ GEMINI_KEY = ''
3
+ FORMAT_LONG = '''{
4
+ "sightingDetails": {
5
+ "DenseNarrativeSection": "Short Free-form dense narrative description of the event from the omniscient perspective, including any relevant information ",
6
+ "trustScore" : "A reliability score from 0-100 based on the UAP/UFO report",
7
+ "date": "YYYY-MM-DD",
8
+ "timeOfDay": "HH:MM (24-hour format)",
9
+ "location": {
10
+ "name": "Specific Location",
11
+ "latitude": "Decimal Degrees",
12
+ "longitude": "Decimal Degrees"
13
+ },
14
+ "weatherConditions": {
15
+ "generalDescription": "Description of weather",
16
+ "visibility": "Clear, Partially Cloudy, etc.",
17
+ "cloudCover": "Percentage or description",
18
+ "extremePhenomena": "Any extreme weather conditions"
19
+ },
20
+ "sightingDuration": "Duration in hours or minutes",
21
+ "uapCharacteristics": {
22
+ "size": "Description or comparison",
23
+ "shape": "The Shape of the object",
24
+ "color": "Description of colors and patterns",
25
+ "altitude": "Estimated or measured altitude",
26
+ "speed": "Estimated or measured speed",
27
+ "movementPattern": "Zigzagging, straight line, stationary, etc.",
28
+ "changeInAppearance": "Details of any transformations",
29
+ "sound": "Description of any associated sounds",
30
+ "electromagneticEffects": "Any disturbances in electronic devices",
31
+ "visualClarity": "Clarity of object's appearance",
32
+ "detailedStructure": "Description of surface, texture, etc.",
33
+ "presenceHumanoids": "Presence of humanoids (Yes/No)",
34
+ "presenceSounds": "Presence of sound (Yes/No)",
35
+ "presenceLights": "Presence of lights (Yes/No)",
36
+ },
37
+ "observerDetails": {
38
+ "numberOfWitnesses": "Number of witnesses",
39
+ "observerBackground": {
40
+ "occupation": "Occupation",
41
+ "experienceWithAircraft": "Experience with aircraft or aerial phenomena"
42
+ },
43
+ "psychologicalEffects": "Psychological/Emotional effects on observer",
44
+ "emotionalStateBeforeSighting": "Observer's emotional state before sighting",
45
+ "behavioralResponse": "Observer's reaction during the sighting",
46
+ "subsequentEffects": "Physical or psychological effects post-sighting"
47
+ },
48
+ "evidence": {
49
+ "photographic": "Available/Not available",
50
+ "video": "Available/Not available",
51
+ "url": "URL",
52
+ },
53
+ "additionalInformation": {
54
+ "interactionWithEnvironment": "Effects on surroundings",
55
+ "wildlifeBehavior": "Any unusual animal behavior",
56
+ "previousActivity": "History of similar sightings in the area",
57
+ "flightCharacteristics": "Detailed flight pattern description",
58
+ "radarData": "Available/Not available",
59
+ "airTrafficCommunications": "Reports from nearby aircraft or control towers",
60
+ "officialResponses": "Governmental or scientific responses",
61
+ "historicalComparisons": "Reference to similar historical sightings",
62
+ "communicationAttempts": "Perceived attempts at communication from UAP",
63
+ "temporalAnomalies": "Reports of lost time or time discrepancies",
64
+ "anomalyDuration": "Specific times for changes in UAP appearance/behavior",
65
+ "sightingFrequency": "Frequency of sightings by the observer"
66
+ },
67
+ }
68
+ }'''