Skip to content

Releases: airtouch97/aether

aether v0.1.0 Release

09 Jan 12:33

Choose a tag to compare

aether v0.1.0

First official release! Aether CLI is a powerful command-line AI chat tool that supports multiple mainstream AI models.

Key Features

Multi-Model Support

  • OpenAI
    • GPT-4 Turbo
    • GPT-4 Mini
    • GPT-3.5 Turbo
  • Google
    • Gemini Pro
    • Gemini Pro Vision
    • Gemini Ultra
    • Gemini 2.0 Flash
  • Others
    • Kimi (Moonshot AI)
    • Qwen (Alibaba)
    • Spark (iFlytek)

Core Functions

  • Asynchronous chat interface
  • Easy model switching
  • Full proxy support
  • Elegant loading animation
  • Automatic configuration management

User Experience

  • Simple and intuitive CLI
  • Graceful exit with /bye
  • Real-time loading indicators
  • Clear error messages

Installation

pip install aether-cli

Quick Start

# Set API key
ask set gpt-4 your-api-key

# Select model
ask use gpt-4

# Start chatting
ask

Notes

  • API keys need to be set before using any model
  • Proxy can be configured via ask proxy command

Roadmap

  • Support for more AI models
  • Chat history feature
  • Image processing support
  • Multi-turn conversation context
  • Custom prompt templates

Aether CLI v0.1.0

第一个正式版本发布!Aether CLI 是一个强大的命令行 AI 聊天工具,支持多个主流 AI 模型。

主要特性

多模型支持

  • OpenAI
    • GPT-4 Turbo
    • GPT-4 Mini
    • GPT-3.5 Turbo
  • Google
    • Gemini Pro
    • Gemini Pro Vision
    • Gemini Ultra
    • Gemini 2.0 Flash
  • 其他
    • Kimi (Moonshot AI)
    • 通义千问 (Alibaba)
    • 讯飞星火 (iFlytek)

核心功能

  • 异步聊天界面
  • 便捷的模型切换
  • 完整的代理支持
  • 优雅的加载动画
  • 配置文件自动管理

使用体验

  • 简单直观的命令行界面
  • /bye 优雅退出
  • 实时响应的加载提示
  • 清晰的错误提示

安装

pip install aether-cli

快速开始

# 设置 API 密钥
ask set gpt-4 your-api-key

# 选择模型
ask use gpt-4

# 开始聊天
ask

注意事项

  • 首次使用需要设置相应模型的 API 密钥
  • 如需使用代理,可通过 ask proxy 命令设置

后续计划

  • 支持更多 AI 模型
  • 添加历史记录功能
  • 支持图片处理
  • 添加多轮对话上下文
  • 支持自定义提示词模板