->sendBirthdayLetter:write a birthday letter
Dear {?name=>the name of the receipient?}
{?letter=>the birthday letter?}
@google/[)GOOGLE_API_KEY(]/[)GOOGLE_CX(] # for google
@bing/[)BING_API_KEY(] # for bing
@baidu/api_key=[)SERPAPI_API_KEY(] #serpapi solution for baide
@yandex/api_key=[)SERPAPI_API_KEY(] #serpapi solution for yandex
[)name(]
my_dict = {
"GPT3.5-16k": 5000,
"GPT3.5": 1000,
"GPT4": 2000
}
rtrn = my_dict.get("[)=>instruction=>model(]")
https://any.api.com{"var1":"val2",...}GET
https://any.api.com{"var1":"val2",...}POST
@[)model(]/api_key=[)OPENAI_API_KEY(]
User: How far away is the earth from the sun? AI:
{
"key1":"value1",
"key2":"value2",
"text_single_line": [],
"text_multi_lines": "",
"select_menu": ["A","B","C",...],
"select_menu_with_description": {
"A": "description for A",
"B": "description for B",
"select_menu_with_sub_categories": {
"category a": {
"sub category a": ["A","B",...],
"sub category b": ["A","B",...]
},
},
"checkbox_menu": {
False: ["A","B","C"] #all options you want unchecked by default
True: ["D","E","F"] #all options you want checked by default.
}
}
//Example
{
"language":[ "Bosnian",
"Bulgarian",
"Chinese",
"Croatian",
"Dutch",
"English",
"French",
"German",
"Italian",
"Japanese",
"Korean",
"Montenegrin",
"Portuguese",
"Russian ",
"Serbian",
"Slovenian",
"Spanish",
"Ukrainian"],
"model":["GPT3.5", "GPT3.5-16K", "GPT4"],
"model_name":[],
"model_task":"",
"age":0,
"descriptor":{
False: ["cute", "beautiful", "majestic", "neutral"],
True: []
}
@
[)=>instruction=>model(]
[)=>instruction=>model?anychoice(] #you can set default if user will not set own
[)=>base=>framework=>[)key(](] #for get value from "key";"value", key and base need to be connected
@[)=>instruction=>model(]/api_key=[)OPENAI_API_KEY(]