Phind model doesn't keep track of messages #6

オープン
pranav2023-06-12 15:18:18 +09:00に作成 · 1件のコメント

Hey, I just tested the Phind model, and it seems like it only responds to the last message in the messages parameter. It doesn't keep context of the previous ones.

Hey, I just tested the Phind model, and it seems like it only responds to the last message in the `messages` parameter. It doesn't keep context of the previous ones.

I confirm ...
it's a "phind" trouble
It doesn't seems to work like others classics gpt api.
it's should be the case for bing too !

bing (and certainly phind) use their own mechanism to keep context (for example, bing seems to manage a session (on bing servers), thru a "conversation id" )
while others gpt apis keep the context thru "messages list". (you, forefront ...)

It will be difficult for g4f/gpt4free to adapt a "keep context" between different api models.

if you use bing, and want to keep context between conversations. It's preferable to use "edgegpt" module.

I confirm ... it's a "phind" trouble It doesn't seems to work like others classics gpt api. it's should be the case for bing too ! bing (and certainly phind) use their own mechanism to keep context (for example, bing seems to manage a session (on bing servers), thru a "conversation id" ) while others gpt apis keep the context thru "messages list". (you, forefront ...) It will be difficult for g4f/gpt4free to adapt a "keep context" between different api models. if you use bing, and want to keep context between conversations. It's preferable to use "edgegpt" module.
サインインしてこの会話に参加。
ラベルなし
マイルストーンなし
プロジェクトなし
担当者なし
2 人の参加者
通知
期日
期日が正しくないか範囲を超えています。 'yyyy-mm-dd' の形式で入力してください。

期日は未設定です。

依存関係

依存関係が設定されていません。

リファレンス: g4f/gpt4free#6
説明はありません。