gabykim commited on
Commit
353a351
·
1 Parent(s): b8b2433

add chat interface example image

Browse files
Files changed (3) hide show
  1. README.md +2 -0
  2. chat.png +0 -0
  3. src/knowlang/configs/chat_config.py +1 -1
README.md CHANGED
@@ -121,6 +121,8 @@ knowlang chat
121
 
122
  That's it! The chat interface will open in your browser, ready to answer questions about your codebase.
123
 
 
 
124
  ### Advanced Usage
125
 
126
  #### Custom Configuration
 
121
 
122
  That's it! The chat interface will open in your browser, ready to answer questions about your codebase.
123
 
124
+ ![Chat Interface](chat.png)
125
+
126
  ### Advanced Usage
127
 
128
  #### Custom Configuration
chat.png ADDED
src/knowlang/configs/chat_config.py CHANGED
@@ -14,7 +14,7 @@ class ChatConfig(BaseSettings):
14
  description="Minimum similarity score to include a chunk"
15
  )
16
  interface_title: str = Field(
17
- default="Code Repository Q&A Assistant",
18
  description="Title shown in the chat interface"
19
  )
20
  interface_description: str = Field(
 
14
  description="Minimum similarity score to include a chunk"
15
  )
16
  interface_title: str = Field(
17
+ default="KonwLang Codebase Assistant",
18
  description="Title shown in the chat interface"
19
  )
20
  interface_description: str = Field(