Releases: LyuLumos/Terminal-Agent-X
Releases · LyuLumos/Terminal-Agent-X
v0.1.11
v0.1.10
What's Changed
- Feat: Add support for Google Gemini Pro for single chat.
- Feat: Add support for Google Gemini Pro Vision (Beta feature).
- Feat: Add support for stream mode of OpenAI.
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Feat: Update OpenAI DALL·E to
dall-e-3
model. - Refactor: Change the name of environment variable from
openai_key
totax_key
and addtax_base_url
. Some options are also changed. Please check the help message for more details. - Fix: Fix the bug of
--code
option when generating code to file.
v0.1.8
What's Changed
- Feat: Add support for OpenAI
gpt-4-vision-preview
model on all platforms (Beta feature). For example,$ tax -i logo.jpg -m gpt-4-vision-preview what is this? This appears to be a logo or emblem for something called "Most Creative Learning." The design features a stylized triangular shape, possibly an optical illusion known as a Penrose triangle, ...
- Refactor: Change the way of URL selection and image input.
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
What's Changed
- [WIP]Add Anthropic Claude API Support. Thanks to jtsang4/claude-to-chatgpt.
- Add Support for Chinese on Linux and Windows. (also add a temporary solution for VSCode Terminal on Windows).
- Add a timeout function.
- Fix: C++ code block prefix.