Package Details: ddgpt-git r12.ed530d1-1

Git Clone URL: https://aur.archlinux.org/ddgpt-git.git (read-only, click to copy)
Package Base: ddgpt-git
Description: A CLI client for duckduckgo various AI-Chatbots
Upstream URL: https://github.com/MMunier/ddgpt
Licenses: MIT
Conflicts: ddgpt
Provides: ddgpt
Submitter: kleintux
Maintainer: kleintux
Last Packager: kleintux
Votes: 1
Popularity: 0.044338
First Submitted: 2025-02-05 20:02 (UTC)
Last Updated: 2025-02-05 20:02 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

kleintux commented on 2025-07-01 09:56 (UTC)

@rwd2 Could you please open an issue in the upstream project?:)

rwd2 commented on 2025-06-24 09:03 (UTC) (edited on 2025-06-24 09:05 (UTC) by rwd2)

Version ddgpt-git r12.ed530d1-1 gives an error:

[user1@laptop1 pkg]$ RUST_BACKTRACE=full ddgpt "hello"
Using model: gpt4o-mini ("gpt-4o-mini")


thread 'main' panicked at src/main.rs:496:14:
called `Option::unwrap()` on a `None` value
stack backtrace:
   0:     0x59d7ef62a232 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h5e78c9e42148e506
   1:     0x59d7ef6515b3 - core::fmt::write::h9af2750f7ab0db0a
   2:     0x59d7ef626e13 - std::io::Write::write_fmt::h25e101895d082c58
   3:     0x59d7ef62a082 - std::sys::backtrace::BacktraceLock::print::h10797b0249ae7a8c
   4:     0x59d7ef62b0e2 - std::panicking::default_hook::{{closure}}::h1805aa149a95dd1a
   5:     0x59d7ef62aee5 - std::panicking::default_hook::hfb43fe916074e9fa
   6:     0x59d7ef62ba82 - std::panicking::rust_panic_with_hook::h4c635bf40d62ac82
   7:     0x59d7ef62b7f6 - std::panicking::begin_panic_handler::{{closure}}::had8ba44dd48779d3
   8:     0x59d7ef62a739 - std::sys::backtrace::__rust_end_short_backtrace::hd619b9cefe1eab76
   9:     0x59d7ef62b4bd - __rustc[817eb2c260970db8]::rust_begin_unwind
  10:     0x59d7ef40b0f0 - core::panicking::panic_fmt::hb079eb5a358fb29d
  11:     0x59d7ef40b17c - core::panicking::panic::hf84464fcb6080532
  12:     0x59d7ef40b069 - core::option::unwrap_failed::h5ae1c67e931f1a88
  13:     0x59d7ef43949b - tokio::runtime::park::CachedParkThread::block_on::hb7b2595b7ba11a3e
  14:     0x59d7ef41e9c9 - tokio::runtime::runtime::Runtime::block_on::hcace946511cb6dd9
  15:     0x59d7ef41b582 - ddgpt::main::hffea3a14c0684a41
  16:     0x59d7ef43c276 - std::sys::backtrace::__rust_begin_short_backtrace::hbfa23e5854fc74ba
  17:     0x59d7ef43ee1c - std::rt::lang_start::{{closure}}::h96e722a9b3898fa7
  18:     0x59d7ef61e950 - std::rt::lang_start_internal::hd416d6cb0c72c88f
  19:     0x59d7ef41b674 - main
  20:     0x71f48fd3f6b5 - <unknown>
  21:     0x71f48fd3f769 - __libc_start_main
  22:     0x59d7ef40b925 - _start
  23:                0x0 - <unknown>