Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AI] LLMの応答制御の改善 #11

Open
GOROman opened this issue Feb 8, 2025 · 0 comments
Open

[AI] LLMの応答制御の改善 #11

GOROman opened this issue Feb 8, 2025 · 0 comments
Labels
AI from AI(Cline) enhancement New feature or request

Comments

@GOROman
Copy link
Owner

GOROman commented Feb 8, 2025

[AI]

現状の課題

  • 応答の最大トークン数が固定値(1023)で設定されている
  • 応答タイムアウトの処理が不十分
  • 長い応答時に進捗表示がない

改善案

  1. トークン数を設定ファイルで調整可能に変更
  2. タイムアウト時の適切なエラー処理追加
  3. 応答待ち時のプログレスバー表示

影響範囲

  • src/config.h の設定項目
  • src/main.cpp の LLM_setup() 関数
  • talk() 関数の応答処理
@GOROman GOROman added the enhancement New feature or request label Feb 8, 2025
@GOROman GOROman changed the title LLMの応答制御の改善 [AI] LLMの応答制御の改善 Feb 9, 2025
@GOROman GOROman added the AI from AI(Cline) label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI from AI(Cline) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant