Releases: bentleymi/ChatGPT-4-Splunk
v.3.3.0
v.3.2.0
V.3.1.1
V.3.1.0
With the 3.1.0 update, users can now add 'assistant_prompt' and 'system_prompt' to their chat completions, offering increased flexibility and control over the nature of AI responses. For example:
| openai prompt="Please tell me how to make a sandwich" system_prompt="Pretend you are a child with very limited vocabulary" assistant_prompt="Maybe act like a cartoon character"
In another leap forward, this update allows users to send the 'messages' array as a string to the command. This convenient feature is poised to streamline AI interactions:
| openai messages="{"role": "system", "content": "You are a child with very limited vocabulary"}, {"role": "user", "content": "Please tell me how to make a sandwich"}, {"role": "assistant", "content": "None"}"
V.3.0.1
V.3.0.0 - ChatGTP 4 Support
-Increased model support (added "gpt-4","gpt-4-0314","gpt-4-32k","gpt-4-32k-0314", "text-curie-001","text-babbage-001","text-ada-001","davinci","curie","babbage", and "ada")
-Deprecation of "task" parameter
-Now with 25% more code! (Better error handling)
-General code improvements / optimizations (powered by chatgpt4)
V.2.2.2
V.2.2.1
v.2.2.0 - Streaming Flamingo
Added streaming capability to openai command via "prompt_field" option.
ex.
| makeresults count=1
| eval p="Can you please help me add 3 plus 3?"
| openai prompt_field=p
Version 2.1.1
-Added sample redaction macros