Welcome to Google Palm Ai, a web application for generating human-like text responses with Google Palm Ai Model. Google Palm Ai is built with React and NextUI for a seamless user experience.
- Generate human-like text responses with Google Palm Ai Model.
- User-friendly interface for entering prompts.
- Option to view results in Markdown format.
- Copy generated text with a single click.
- Generate an access key for using the API.
- Set your access key in the application for easy access.
- Built with React and NextUI for a seamless user experience.
- Created with ❤️ by Saurav Hathi.
Feature | Value |
---|---|
Max Requests | 100 |
Expiration | 3 days |
Access Key Generation | Generate Access Key |
API Endpoint | https://google-palm-ai.vercel.app/api/generate |
Request Body | prompt |
Request Headers | authorization |
Request Body Example | { "prompt": "Hello, my name is" } |
Google Palm Ai is built using the following technologies:
- React - A JavaScript library for building user interfaces.
- Next.js - A React framework for building server-rendered applications.
- NextUI - A UI framework for React applications.
- axios - A promise-based HTTP client for making network requests.
- remark - A Markdown processor powered by plugins.
- html - A plugin for converting Markdown to HTML.
To get started with Google Palm Ai, follow these steps:
-
Clone the repository:
git clone https://github.com/sauravhathi/google-palm-ai.git
-
Install the required dependencies:
cd google-palm-ai npm install # or yarn
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and visit http://localhost:3000 to access the application.
- Generate an access key by visiting the Generate Access Key page.
- Copy the access key and set it in the application by clicking the "Set Access Key" button.
- Visit the Home page to generate text.
- Enter your prompt in the "Ask a question" text area.
- Click the "Submit" button to generate a response.
- View the generated text in the "Result" section.
- Toggle the "Markdown" checkbox to switch between Markdown and plain text view.
- Click the "Copy" button to copy the generated text to your clipboard.
Contributions to Google Palm Ai are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Create a pull request to the
master
branch of the original repository.
Please ensure your code follows best practices and includes relevant tests if applicable.
Google Palm Ai is licensed under the MIT License.
Made with ❤️ by Saurav Hathi. Enjoy using Google Palm Ai!