Phind model doesn't keep track of messages #6
読み込み中…
新しいイシューから参照
ユーザーをブロックする
説明はありません。
ブランチ "%!s()" の削除
ブランチの削除は恒久的です。 実際に削除されるまでの短い期間、ブランチが存在したままになることもありますが、たいていは元に戻すことはできません。 続行しますか?
ブランチの削除は恒久的です。 実際に削除されるまでの短い期間、ブランチが存在したままになることもありますが、たいていは元に戻すことはできません。 続行しますか?
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.