3 releases
new 0.1.2 | Jan 20, 2025 |
---|---|
0.1.1 | Jan 20, 2025 |
0.1.0 | Jan 20, 2025 |
#1251 in Command line utilities
77KB
1.5K
SLoC
My OpenAI Models Checker
A Terminal User Interface (TUI) tool for checking and displaying OpenAI model information. Supports displaying all official models and their current availability status.
Features
- Display all OpenAI official model information
- Real-time model availability checking
- Custom API configuration support
- Beautiful terminal user interface
- Detailed model parameter display
Installation
cargo install check_openai_models
Usage
- Set environment variables (optional):
export OPENAI_API_KEY=your_api_key
export OPENAI_API_BASE=https://api.openai.com # optional, default value
- Run the program:
check_openai_models
Configuration Options
- Support configuration via
.env
file - Support command-line interactive configuration
- Support custom API base URL
Version History
v0.1.1 (2025-01-21)
- Optimize package size
- Exclude unnecessary files from package
- Fix package configuration
v0.1.0 (2025-01-21)
- Initial release
- Support displaying all official model information
- Support model availability checking
- Provide beautiful TUI interface
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dependencies
~11–24MB
~336K SLoC