Pycell

-Local Installation-




Commands:


AI(args) will generate an AI text response given the args. 

promt - type string: Text input for ai text response. 

 form_data -  type array: Leave empty or if referencing the form for input type form_data=form_data.

 conversation - type dictionary : See openai gpt conversation structure

max_tokens, temperature, fine_tuned_model - See openai.  

cform(args) Will convert the dictionary output into a more readable format. 

data - the raw data from an AI output. 

form_data -  type array: Leave empty or if referencing the form for input type form_data=form_data.