ai ¤
This command sends information on the current debugging context to OpenAI's GPT-3 large language model and asks it a question supplied by the user. It then displays GPT-3's response to that question to the user.
Functions:
-
set_dummy_mode
– -
get_openai_api_key
– -
get_anthropic_api_key
– -
get_ollama_endpoint
– -
build_prompt
– -
flatten_prompt
– -
build_context_prompt_body
– -
build_command_prompt_body
– -
query_openai_chat
– -
query_openai_completions
– -
query
– -
query_anthropic
– -
query_ollama
– -
get_openai_models
– -
ai
–
Attributes:
-
last_question
(list[str]
) – -
last_answer
(list[str]
) – -
last_pc
– -
last_command
– -
dummy
– -
verbosity
– -
parser
–