Search Criteria
Package Details: aichat-git 0.22.0.r37.gb82eb89-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aichat-git.git (read-only, click to copy) |
|---|---|
| Package Base: | aichat-git |
| Description: | Using ChatGPT/GPT-3.5/GPT-4 in the terminal |
| Upstream URL: | https://github.com/sigoden/aichat |
| Licenses: | MIT, Apache |
| Conflicts: | aichat |
| Provides: | aichat |
| Submitter: | Junker |
| Maintainer: | blackwell |
| Last Packager: | blackwell |
| Votes: | 1 |
| Popularity: | 0.000101 |
| First Submitted: | 2023-03-24 06:18 (UTC) |
| Last Updated: | 2024-10-22 19:21 (UTC) |
Dependencies (2)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
FabioLolix commented on 2024-04-10 17:10 (UTC)
Hello, please:
dreieck commented on 2024-03-25 22:29 (UTC) (edited on 2024-04-11 12:13 (UTC) by dreieck)
Please add
options+=('!lto')to disable LTO in environments where it is enabled by default.Otherwise build fails while linking:
Regards and thanks for maintaining!