Spaces:
Sleeping
Sleeping
add chat interface example image
Browse files- README.md +2 -0
- chat.png +0 -0
- 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 |
+

|
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="
|
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(
|