karthink
karthink
Thanks. There is no `citation` field in the response, so that tip was probably an LLM hallucination. Could you try with `gptel-stream` set to `nil` as well?
Thanks. Again, I don't see any citations in the JSON response or in the response content. I think we can consider the LLM response a hallucination. I'll leave this issue...
It could be that citations are [only generated for the `pplx-7b-online` and `pplx-70b-online` models](https://www.perplexity.ai/hub/blog/introducing-pplx-online-llms), so it might be worth checking if you used one of these models for the tests...
Sure, I'll leave the issue open for now.
@Data-Scientist-Sahil Good to know. I don't use Perplexity, so if someone wants to create a PR it'd be welcome. I can provide help with structuring the code if required.
@rdiaz02 thanks. For the scraping method, I'm not sure you need gptel-log-level to be set to 'debug -- that prints the (rather verbose) curl command, which is not part of...
Does Perplexity support tool-use/function-calling?
> No mention of it in the API docs. Cool, that'll make it easier to support citations.
Support for citations (both streaming and non-streaming) has been added by @pirminj in #581. Closing.
Forgot to mention that the config instructions for perplexity have been changed (and simplified). You can now use `gptel-make-perplexity`. Refer to the README for details.