This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Replies: 1 comment
-
What is your prompt? This should not be happening. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot get llama-3.1-sonar-small-128k-online to perform web look-ups, and it always produces results stating it is "unable to search the internet in real-time or access specific company databases directly", is it possible to fix?
def __init__(self, api_key: str): self.client = OpenAI(api_key=api_key, base_url="https://api.perplexity.ai")
It is fairly disappointing compared to what the UI offers, although I understand the two not aligning as explained in the FAQ, I'd still expect the API to perform web look-ups to retrieve information.
Beta Was this translation helpful? Give feedback.
All reactions