souravmighty commited on
Commit
8c988f4
1 Parent(s): 9b44489

Changed chatbot name.

Browse files
Files changed (2) hide show
  1. .chainlit/config.toml +2 -2
  2. chainlit.md +1 -1
.chainlit/config.toml CHANGED
@@ -33,7 +33,7 @@ auto_tag_thread = true
33
 
34
  # Authorize users to upload files with messages
35
  [features.multi_modal]
36
- enabled = true
37
  accept = ["*/*"]
38
  max_files = 20
39
  max_size_mb = 500
@@ -46,7 +46,7 @@ auto_tag_thread = true
46
 
47
  [UI]
48
  # Name of the app and chatbot.
49
- name = "Chatbot"
50
 
51
  # Show the readme while the thread is empty.
52
  show_readme_as_default = false
 
33
 
34
  # Authorize users to upload files with messages
35
  [features.multi_modal]
36
+ enabled = false
37
  accept = ["*/*"]
38
  max_files = 20
39
  max_size_mb = 500
 
46
 
47
  [UI]
48
  # Name of the app and chatbot.
49
+ name = "GroqDoc"
50
 
51
  # Show the readme while the thread is empty.
52
  show_readme_as_default = false
chainlit.md CHANGED
@@ -6,7 +6,7 @@ GroqDoc is a chatbot application that lets you chat with your uploaded documents
6
 
7
  ## Getting Started
8
 
9
- **1. Generate your Groq API Key:**
10
  To use GroqDoc, you'll need a Groq API key. Here's how to generate one for free:
11
  - Visit the Groq Cloud console: [https://console.groq.com/](https://console.groq.com/)
12
  - Sign up for a free account (if you don't have one already).
 
6
 
7
  ## Getting Started
8
 
9
+ **1. Generate your Groq API Key (One Time Process):**
10
  To use GroqDoc, you'll need a Groq API key. Here's how to generate one for free:
11
  - Visit the Groq Cloud console: [https://console.groq.com/](https://console.groq.com/)
12
  - Sign up for a free account (if you don't have one already).