thikanaa 0.1.12 → 0.1.13

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@
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)
7
8
 
8
9
  ## ✨ Features
9
10
 
@@ -100,7 +101,7 @@ const App = () => {
100
101
  | --- | --- | --- |
101
102
  | `systemPrompt` | `string` | Custom instructions for the AI model |
102
103
  | `feedData` | `any` | Base context data for the assistant |
103
- | `apiUrl` | `string` | Endpoint to call for AI responses (default: `/chatbot`) |
104
+ | `apiUrl` | `string(Optional)` | Endpoint to call for AI responses (default: `/chatbot`) |
104
105
  | `assistantName` | `string` | Name shown in the chat (default: `Thikana`) |
105
106
  | `model` | `string` | Specific model ID to use |
106
107
  | `messages` | `Message[](Optional)` | List of messages to display in the chat |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thikanaa",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "A beautiful, AI-powered chat popup component for React and Next.js applications",
5
5
  "keywords": [
6
6
  "react",