Skip to content

CLI utility for interacting with AI models through the OpenRouter API

License

Notifications You must be signed in to change notification settings

murashovilya/gor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOR

Go OpenRouter CLI MIT License

CLI utility for interacting with AI models through the OpenRouter API. Chat with multiple AI models directly from your terminal.

✨ Features

  • Multiple AI Models: Support for OpenAI, Anthropic, Google, and more through OpenRouter
  • Streaming Responses: Real-time chat experience with streaming output
  • Session Management: Maintain conversation context across multiple exchanges
  • Lightning Fast: Built in Go for superior performance
  • Customizable Templates: Pre-configured prompts and model configurations

📋 Prerequisites

  • Go 1.24 or higher
  • Open Router Key for authentication
  • Git for version control

Quick Start

1. Clone Repository

git clone https://github.com/sdet0mis/gor.git
cd gor

2. Rename .env.example to .env and edit Key

cp .env.example .env

3. Run Application

go run main.go

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

CLI utility for interacting with AI models through the OpenRouter API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages