-
|
I've setup perplexity, that should use the same api as openai:
I'm trying a very simple chat and seem to get citations only in continue console, but nothing in real chat console: Sending a simple command from the same machine like this:
returns this, which looks correct to me:
} |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I've tried this on windows (older vscode) and on linux (fresh installed vscode and continuedev-extension) with the same result. Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
well seems that perplexity works only with streem false, but that would be good enough for me: version: 1.0.0
Citation are only in the logs for now, seems to be added by this issue: #4512 |
Beta Was this translation helpful? Give feedback.
-
|
seems that a choices.message and a additional choices.delta doesn't work for continuedev, it always takes the last choices.delta, which has an empty message. If I remove choices.messages via a short python-proxy, I've written it works also in streaming mode. |
Beta Was this translation helpful? Give feedback.

see linked #4512, I've found the problem (and a temporary workaround), will close this discussion