Skip to content

Releases: bentleymi/ChatGPT-4-Splunk

v.3.3.0

17 May 20:05
c815a0f
Compare
Choose a tag to compare

Added GPT-4o
Upgraded Splunk Python SDK to 2.0.1
Updated app.conf
Removed .sh files found by appinspect
Added "chatgpt" as synonym for "openai" now both commands are interchangeable
Added some updates to readme.md

v.3.2.0

13 Oct 19:15
f99d092
Compare
Choose a tag to compare

-Added support for multiple orgs and api keys.

V.3.1.1

13 Oct 15:24
c4d24f3
Compare
Choose a tag to compare

Removed unused AOB assets for cloud compatibility

V.3.1.0

04 Jul 23:23
9d04d9f
Compare
Choose a tag to compare

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

14 Jun 12:49
2e8041a
Compare
Choose a tag to compare
  • Added latest 0613 models

V.3.0.0 - ChatGTP 4 Support

02 Jun 12:26
827a39c
Compare
Choose a tag to compare

-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

01 Jun 11:39
ed1197b
Compare
Choose a tag to compare

-Fixes issue #22

V.2.2.1

23 May 16:37
a3eb9c8
Compare
Choose a tag to compare

-Corrected sc_admin privs via default.meta

v.2.2.0 - Streaming Flamingo

23 May 15:58
b2eca21
Compare
Choose a tag to compare

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

10 May 13:59
f1d33ff
Compare
Choose a tag to compare

-Added sample redaction macros