mind-wave icon indicating copy to clipboard operation
mind-wave copied to clipboard

Emacs AI plugin based on ChatGPT API

Results 5 mind-wave issues
Sort by recently updated
recently updated
newest added

After installing dependencies I had an issue with the get_chunk_result function in mind_wave.py. The attributes being checked for were never found. Not sure if it's a python 3.10 issue. This...

向 ChatGPT 发去问题,得到报错: ``` Wrote /home/mawen/chat/0005.chat Wait ChatGPT... [Mind-Wave] Traceback (most recent call last): File "/home/mawen/.emacs.d/site-lisp/mind-wave/mind_wave.py", line 38, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/mawen/.emacs.d/site-lisp/mind-wave/mind_wave.py", line 130, in send_stream_request...

Can configure to send only latest # history ask/answer to GPT ? To avoid the conversion exceed 4000 token, for example, can have an configuration to send only latest 4...

A lot of packages utilise this way to safely read secrets by Emacs from file that is encrypted at rest. I was wondering whether you'd consider this for the roadmap?

I tried define these 3 variables: 1. (setq mind-wave-api-base "\") 2. (setq mind-wave-api-type "azure") 3. (setq mind-wave-api-version "2023-03-15-preview") It's looks like there are some differences between OpenAI api and Azure...