这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@timothycarambat
Copy link
Member

No description provided.

@timothycarambat timothycarambat merged commit a385ea3 into master Feb 24, 2024
@timothycarambat timothycarambat deleted the update-pplx-models branch February 24, 2024 01:33
@review-agent-prime
Copy link

server/utils/AiProviders/perplexity/scripts/parse.mjs

Instead of using the readFileSync method, which is a blocking operation, you can use the readFile method, which is non-blocking and more efficient. This will improve the performance of your code, especially when dealing with large files.
Create Issue
See the diff
Checkout the fix

    fs.readFile("chat_models.txt", { encoding: "utf-8" }, (err, data) => {
      if (err) throw err;
      const tableString = data;
      // ... rest of the code
    });
git fetch origin && git checkout -b ReviewBot/Impro-b51mure origin/ReviewBot/Impro-b51mure

cabwds pushed a commit to cabwds/anything-llm that referenced this pull request Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants