https://github.com/New-dev0/llm-character-battle
https://github.com/New-dev0/llm-character-battle
hacktoberfest
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/New-dev0/llm-character-battle
- Owner: New-dev0
- Created: 2024-10-20T12:54:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T02:17:55.000Z (over 1 year ago)
- Last Synced: 2025-10-01T05:51:34.988Z (7 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://llm-battle.vercel.app/
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM-Battle

## Reasons for building this
- To put a stop over anime quarrels.
- To test llm capabilities.
## Getting Started
1. Clone the repository
2. Install dependencies with `npm install`
3. Create a `.env.local` file and add your API keys: ```
OPENAI_API_KEY=your_openai_api_key_here
TAVILY_API_KEY=your_tavily_api_key_here ```
4. Run the development server with `npm run dev`
5. Open [http://localhost:3000](http://localhost:3000) in your browser
## Contributing
We welcome contributions to the LLM-Battle project! Please read our contributing guidelines before submitting pull requests.
## License
This project is licensed under the MIT License. See the LICENSE file for details.