qmaruf commited on
Commit
26ce950
·
verified ·
1 Parent(s): 4d5736d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: AustralianSlangChatbot
3
  app_file: aussie_bot.py
4
  sdk: gradio
5
- sdk_version: 3.36.0
6
  ---
7
  # Australian Slang Chatbot
8
 
@@ -34,4 +34,4 @@ To use the chatbot, follow these steps:
34
  ## Notes
35
  1. The chatbot utilizes the OpenAI language model with a temperature setting of 0.5, which controls the randomness of the generated responses.
36
  2. The ConversationBufferWindowMemory is used to store and manage conversation history, with a buffer size of 100.
37
- 3. The chatbot interface is created using the gradio library, providing an interactive and user-friendly experience.
 
2
  title: AustralianSlangChatbot
3
  app_file: aussie_bot.py
4
  sdk: gradio
5
+ sdk_version: 5.34.2
6
  ---
7
  # Australian Slang Chatbot
8
 
 
34
  ## Notes
35
  1. The chatbot utilizes the OpenAI language model with a temperature setting of 0.5, which controls the randomness of the generated responses.
36
  2. The ConversationBufferWindowMemory is used to store and manage conversation history, with a buffer size of 100.
37
+ 3. The chatbot interface is created using the gradio library, providing an interactive and user-friendly experience.