https://github.com/zaidmukaddam/gpt-4-max
GPT4MAX is a free AI chatbot app built with Next.js, the Vercel AI SDK, and OpenAI GPT-4 Turbo.
https://github.com/zaidmukaddam/gpt-4-max
gpt4-turbo nextjs openai vercel vision
Last synced: 5 months ago
JSON representation
GPT4MAX is a free AI chatbot app built with Next.js, the Vercel AI SDK, and OpenAI GPT-4 Turbo.
- Host: GitHub
- URL: https://github.com/zaidmukaddam/gpt-4-max
- Owner: zaidmukaddam
- License: mit
- Created: 2024-04-27T06:06:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T04:40:33.000Z (over 1 year ago)
- Last Synced: 2025-04-30T20:15:44.347Z (5 months ago)
- Topics: gpt4-turbo, nextjs, openai, vercel, vision
- Language: TypeScript
- Homepage: https://beta.gpt4max.cc
- Size: 931 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

GPT-4 Max
## Description
This project is a chatbot application that uses [OpenAI's GPT-4 Turbo model](https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4) to generate responses. It includes a user interface for sending and receiving messages including images.
## Features
- Chat interface with support for text and image messages
- Vision enabled chatbot that can describe images and call functions based on image content
- Weather forecast feature using [OpenWeather API](https://openweathermap.org/api)
- Web Browsing powered by [Tavily API](https://tavily.com/)## Installation
1. Clone the repository
2. Install the dependencies using `pnpm install`
3. Copy the `.env.example` file to a new file named `.env` and fill in your API keys and other configuration values## Setup Code Interpreter
[Follow the instructions here to setup the code interpreter](https://github.com/cohere-ai/cohere-terrarium/)
## Usage
Run the application using `pnpm dev`. Open your browser and navigate to the URL displayed in the console.
## Contributing
Contributions are welcome. Please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](./LICENSE).