Add README.md
This commit is contained in:
commit
688e218022
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Final Assignment - Make AI Agent Chat Panel
|
||||
|
||||
Design an AI Agent Chat Panel Like ChatGPT, Grok etc. Which can have atleast 2-3 models. You can use [Open Router](https://openrouter.ai/) to choose some of the free API agents.
|
||||
|
||||
## Assignment Criteria
|
||||
- Fully Responsive design
|
||||
- Code Quality and Readability
|
||||
- Moduler Code
|
||||
|
||||
## Tech Requirements
|
||||
- React.JS
|
||||
- JavaScript / TypeScript
|
||||
- Tailwind
|
||||
|
||||
## Helping packages
|
||||
- @ai-sdk/react - for creating chat ui functionality - [Link](https://ai-sdk.dev/docs/reference/ai-sdk-ui/use-chat)
|
||||
|
||||
## Extra Points
|
||||
- User Interface and Experience
|
||||
- Colour and font combinations
|
Loading…
Reference in a new issue