thikanaa 0.1.12 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
Built with modern web technologies, Thikana offers a seamless, conversational interface that acts as a digital twin for your app, answering questions about his experience, skills, and projects in real-time.
|
|
5
5
|
|
|
6
6
|
## Live Working Example in [Machine Code Website](https://code.malaymishra.com/)
|
|
7
|
+
### [Code Implementation](https://github.com/hi-malay/machine_coding/blob/main/src/App.jsx)
|
|
8
|
+
### Please add a star once you visit the github repository would be very helpful.
|
|
9
|
+
|
|
7
10
|
|
|
8
11
|
## ✨ Features
|
|
9
12
|
|
|
@@ -100,7 +103,7 @@ const App = () => {
|
|
|
100
103
|
| --- | --- | --- |
|
|
101
104
|
| `systemPrompt` | `string` | Custom instructions for the AI model |
|
|
102
105
|
| `feedData` | `any` | Base context data for the assistant |
|
|
103
|
-
| `apiUrl` | `string` | Endpoint to call for AI responses (default: `/chatbot`) |
|
|
106
|
+
| `apiUrl` | `string(Optional)` | Endpoint to call for AI responses (default: `/chatbot`) |
|
|
104
107
|
| `assistantName` | `string` | Name shown in the chat (default: `Thikana`) |
|
|
105
108
|
| `model` | `string` | Specific model ID to use |
|
|
106
109
|
| `messages` | `Message[](Optional)` | List of messages to display in the chat |
|