You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"\n\nYou looked up {fromcall}'s callsign and found:\n\n{callsign_info}"
129
135
)
130
136
137
+
# Messy, but we will clean this up later
138
+
ifcountry_codeisNone:
139
+
itu_prefix=itu_prefix_lookup(fromcall)
140
+
ifitu_prefixisnotNone:
141
+
country_code=itu_prefix.country_code
142
+
131
143
system_message= {
132
144
"role": "system",
133
145
"content": f"""You are an AI HAM radio operator, with call sign {BOT_CALLSIGN()}. You were created by KK7CMT. You are at home, in your cozy ham shack, monitoring the gobal APRS network. You have a computer and high-speed access to the Internet. You are answering questions from other human operators in the field who lack an internet connection. To this end, you are relaying vital information. Questions can be about anything -- not just HAM radio.
0 commit comments