SYMBOL INDEX (16 symbols across 1 files) FILE: gpt.py function set_openai_key (line 6) | def set_openai_key(key): class Example (line 10) | class Example(): method __init__ (line 13) | def __init__(self, inp, out): method get_input (line 17) | def get_input(self): method get_output (line 21) | def get_output(self): method format (line 25) | def format(self): class GPT (line 30) | class GPT: method __init__ (line 34) | def __init__(self, engine='davinci', method add_example (line 42) | def add_example(self, ex): method get_prime_text (line 48) | def get_prime_text(self): method get_engine (line 52) | def get_engine(self): method get_temperature (line 56) | def get_temperature(self): method get_max_tokens (line 60) | def get_max_tokens(self): method craft_query (line 64) | def craft_query(self, prompt): method submit_request (line 68) | def submit_request(self, prompt): method get_top_reply (line 80) | def get_top_reply(self, prompt):